package.json 486 B

123456789101112131415161718192021
  1. {
  2. "scripts": {
  3. "test": "yarn run ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts"
  4. },
  5. "dependencies": {
  6. "@solana/spl-token": "^0.2.0",
  7. "@solana/web3.js": "^1.47.3",
  8. "borsh": "^0.7.0",
  9. "buffer": "^6.0.3",
  10. "fs": "^0.0.1-security"
  11. },
  12. "devDependencies": {
  13. "@types/bn.js": "^5.1.0",
  14. "@types/chai": "^4.3.1",
  15. "@types/mocha": "^9.1.1",
  16. "chai": "^4.3.4",
  17. "mocha": "^9.0.3",
  18. "ts-mocha": "^10.0.0",
  19. "typescript": "^4.3.5"
  20. }
  21. }