package.json 525 B

12345678910111213141516171819202122
  1. {
  2. "license": "ISC",
  3. "scripts": {
  4. "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
  5. "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
  6. },
  7. "dependencies": {
  8. "@coral-xyz/anchor": "^0.30.1"
  9. },
  10. "devDependencies": {
  11. "@types/bn.js": "^5.1.0",
  12. "@types/chai": "^4.3.0",
  13. "@types/mocha": "^9.0.0",
  14. "anchor-bankrun": "^0.5.0",
  15. "chai": "^4.3.4",
  16. "mocha": "^9.0.3",
  17. "prettier": "^2.6.2",
  18. "solana-bankrun": "^0.4.0",
  19. "ts-mocha": "^10.0.0",
  20. "typescript": "^4.3.5"
  21. }
  22. }