package.json 404 B

123456789101112131415161718
  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. "fs": "^0.0.1-security"
  8. },
  9. "devDependencies": {
  10. "@types/bn.js": "^5.1.0",
  11. "@types/chai": "^4.3.1",
  12. "@types/mocha": "^9.1.1",
  13. "chai": "^4.3.4",
  14. "mocha": "^9.0.3",
  15. "ts-mocha": "^10.0.0",
  16. "typescript": "^4.3.5"
  17. }
  18. }