-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 845 Bytes
/
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
{
"name": "wallet-manager",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"run": "npx esrun .\\index.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@jup-ag/api": "^6.0.24",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@project-serum/anchor": "^0.26.0",
"@solana-developers/helpers": "^2.3.0",
"@solana/spl-token": "^0.4.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.95.0",
"bs58": "^6.0.0",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"esrun": "^3.2.26",
"inquirer": "^10.0.1",
"node-fetch": "^2.7.0",
"promise-retry": "^2.0.1",
"qrcode-terminal": "^0.12.0",
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^20.14.10"
}
}