123456789101112131415161718 |
- {
- "dependencies": {
- "@coral-xyz/anchor": "^0.31.1",
- "@solana/web3.js": "^1.98.2"
- },
- "devDependencies": {
- "@types/chai": "^5.2.2",
- "@types/mocha": "^10.0.10",
- "anchor-litesvm": "^0.1.2",
- "assert": "^2.1.0",
- "chai": "^5.2.0",
- "mocha": "^11.5.0",
- "ts-mocha": "^11.1.0",
- "ts-node": "^10.9.2",
- "tsconfig-paths": "^4.2.0",
- "typescript": "^5.8.3"
- }
- }
|