-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.54 KB
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
{
"name": "meme_maker_tools",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:youngqqcn/meme_maker_tools.git",
"author": "yqq <youngqqcn@gmail.com>",
"license": "MIT",
"dependencies": {
"@bloxroute/solana-trader-client-ts": "^2.2.0",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.2",
"@openbook-dex/openbook": "^0.0.9",
"@project-serum/anchor": "^0.26.0",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@solana-developers/helpers": "^2.5.6",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.9.0",
"@types/papaparse": "^5.3.15",
"axios": "^1.7.7",
"bs58": "^6.0.0",
"jito-ts": "^4.2.0",
"moment-timezone": "^0.5.46",
"mysql2": "^3.11.4",
"papaparse": "^5.4.1",
"pinata-web3": "^0.5.3",
"tslint": "^6.1.3",
"typescript": "^5.6.3",
"winston": "^3.17.0",
"yargs": "^17.7.2"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
},
"resolutions": {
"@solana/web3.js": "^1.98.0"
}
}