-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "spl-token",
"version": "1.0.0",
"description": "Developed By Emmark Labs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@metaplex-foundation/js": "^0.19.3",
"@metaplex-foundation/mpl-token-metadata": "^2.11.1",
"@openbook-dex/openbook": "^0.0.9",
"@openbook-dex/openbook-v2": "^0.2.1",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.91.7",
"axios": "^1.6.8",
"Base64": "^1.3.0",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"commander": "^10.0.1",
"dotenv": "^16.3.1",
"envfile": "^6.18.0",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"jito-ts": "^3.0.1",
"os": "^0.1.2",
"path": "^0.12.7",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"telegraf": "^4.16.3",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}