package.json 415 B

1234567891011121314151617
  1. {
  2. "dependencies": {
  3. "@project-serum/anchor": "../../ts",
  4. "@project-serum/serum": "latest",
  5. "@solana/spl-token": "latest",
  6. "@solana/web3.js": "latest",
  7. "@types/chai": "^4.2.22",
  8. "@types/mocha": "^9.0.0",
  9. "@types/node": "^14.14.37",
  10. "bn.js": "^5.2.0",
  11. "camelcase": "^6.2.0",
  12. "chai": "^4.3.4",
  13. "mocha": "^9.1.2",
  14. "ts-mocha": "^8.0.0",
  15. "typescript": "^4.4.3"
  16. }
  17. }