123456789101112131415161718 |
- {
- "scripts": {
- "test": "yarn run ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts"
- },
- "dependencies": {
- "@solana/web3.js": "^1.47.3",
- "fs": "^0.0.1-security"
- },
- "devDependencies": {
- "@types/bn.js": "^5.1.0",
- "@types/chai": "^4.3.1",
- "@types/mocha": "^9.1.1",
- "chai": "^4.3.4",
- "mocha": "^9.0.3",
- "ts-mocha": "^10.0.0",
- "typescript": "^4.3.5"
- }
- }
|