-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "stats",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"get-cumulative-stats": "export NODE_OPTIONS='--max-old-space-size=8192' && npx ts-node scripts/get-cumulative-stats.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@invariant-labs/sdk": "0.9.67",
"@invariant-labs/sdk-eclipse": "^0.0.51",
"@project-serum/anchor": "0.21.0",
"@solana/spl-token": "0.1.6",
"@solana/spl-token-registry": "^0.2.2821",
"@vercel/node": "^3.2.11",
"anchor-eclipse": "npm:@coral-xyz/anchor@^0.29.0",
"axios": "^0.26.1",
"bn.js": "^5.2.1",
"spl-token-eclipse": "npm:@solana/[email protected]",
"ts-node": "^10.5.0",
"tsx": "^4.19.0",
"web3-eclipse": "npm:@solana/web3.js@^1.95.4"
},
"overrides": {
"@invariant-labs/sdk-eclipse": {
"@solana/web3.js": "web3-eclipse"
},
"spl-token-eclipse": {
"@solana/web3.js": "web3-eclipse"
}
},
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^4.5.5"
}
}