package.json 451 B

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