-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 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
49
{
"name": "router-contracts-scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "NODE_NO_WARNINGS=1 tsx ./src/index.ts",
"build": "sh build.sh"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@ethersproject/abi": "^5.7.0",
"@openzeppelin/upgrades-core": "^1.40.0",
"@solana/spl-token": "^0.4.1",
"@solana/web3.js": "^1.95.4",
"@types/semver": "^7.5.8",
"bignumber.js": "^9.1.2",
"bip39": "^3.1.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"crypto": "^1.0.1",
"ed25519-hd-key": "^1.3.0",
"ethers": "^6.13.4",
"fs-extra": "^11.2.0",
"inquirer": "^12.0.1",
"ipfs-only-hash": "^4.0.0",
"jito-ts": "^4.1.1",
"lodash": "^4.17.21",
"micro-ed25519-hdkey": "^0.1.2",
"ora": "^8.1.0",
"path": "^0.12.7",
"rpc-websockets": "7.10.0",
"semver": "^7.6.3",
"solc": "^0.8.28",
"table": "^6.8.2",
"undici": "^6.20.1",
"unique-names-generator": "^4.7.1"
},
"bin": {
"rcs": "./cli.ts"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}