-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 839 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 839 Bytes
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
{
"name": "pumptool",
"version": "2.1.0",
"description": "dev",
"type": "module",
"main": "bitquery-stream.js",
"scripts": {
"start": "node bitquery-stream.js"
},
"keywords": [],
"author": "facexyzploit",
"license": "ISC",
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.87.6",
"boxen": "^8.0.1",
"bs58": "^6.0.0",
"chalk": "^5.4.1",
"cli-chart": "^0.3.1",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.5",
"clipboardy": "^4.0.0",
"cross-fetch": "^4.1.0",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"ink": "^6.0.1",
"inquirer": "^12.8.2",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2",
"ora": "^8.2.0",
"react": "^19.1.0"
},
"devDependencies": {
"jest": "^30.0.5"
}
}