package.json 559 B

1234567891011121314151617181920212223
  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. "@solana/web3.js": "^1.95.2"
  10. },
  11. "devDependencies": {
  12. "anchor-bankrun": "^0.4.0",
  13. "solana-bankrun": "^0.3.0",
  14. "@types/bn.js": "^5.1.0",
  15. "@types/chai": "^4.3.0",
  16. "@types/mocha": "^9.0.0",
  17. "chai": "^4.4.1",
  18. "mocha": "^9.0.3",
  19. "prettier": "^2.6.2",
  20. "ts-mocha": "^10.0.0",
  21. "typescript": "^4.3.5"
  22. }
  23. }