package.json 369 B

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