package.json 494 B

123456789101112131415161718192021
  1. {
  2. "dependencies": {
  3. "@coral-xyz/anchor": "^0.31.1",
  4. "@solana/web3.js": "^1.98.2"
  5. },
  6. "license": "MIT",
  7. "devDependencies": {
  8. "@solana-developers/helpers": "^2.3.0",
  9. "@types/bn.js": "^5.1.0",
  10. "@types/chai": "^5.2.2",
  11. "@types/mocha": "^10.0.10",
  12. "anchor-litesvm": "^0.1.2",
  13. "assert": "^2.1.0",
  14. "chai": "^5.2.0",
  15. "mocha": "^11.5.0",
  16. "ts-mocha": "^11.1.0",
  17. "ts-node": "^10.9.2",
  18. "tsconfig-paths": "^4.2.0",
  19. "typescript": "^5.8.3"
  20. }
  21. }