1234567891011121314151617 |
- {
- "dependencies": {
- "@project-serum/anchor": "../../ts",
- "@project-serum/serum": "latest",
- "@solana/spl-token": "latest",
- "@solana/web3.js": "latest",
- "@types/chai": "^4.2.22",
- "@types/mocha": "^9.0.0",
- "@types/node": "^14.14.37",
- "bn.js": "^5.2.0",
- "camelcase": "^6.2.0",
- "chai": "^4.3.4",
- "mocha": "^9.1.2",
- "ts-mocha": "^8.0.0",
- "typescript": "^4.4.3"
- }
- }
|