-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.63 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "solana-memecoin-cli",
"version": "1.0.0",
"description": "",
"main": "help.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "vincentso",
"url": "https://github.com/outsmartchad/solana-memecoin-cli/issues",
"homepage": "https://github.com/outsmartchad/solana-memecoin-cli",
"license": "ISC",
"dependencies": {
"@bonfida/spl-name-service": "^2.5.2",
"@coral-xyz/anchor": "^0.30.1",
"@irys/sdk": "^0.2.1",
"@lightprotocol/compressed-token": "^0.3.4",
"@lightprotocol/stateless.js": "^0.4.4",
"@lightprotocol/zk-compression-cli": "^0.4.7",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-candy-machine": "^6.0.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@orca-so/common-sdk": "^0.6.0-alpha.3",
"@orca-so/whirlpools-sdk": "^0.11.8",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@raydium-io/raydium-sdk-v2": "^0.1.23-alpha",
"@rollup/plugin-json": "^6.1.0",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.89.1",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"bip39": "^3.1.0",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"commander": "^12.1.0",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"graphql-request": "^4.0.0",
"i": "^0.3.7",
"npm": "^10.5.2",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"pumpdotfun-sdk": "^1.3.2",
"random-js": "^2.1.0"
}
}