-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"compilerOptions": {
"noImplicitAny": false
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"test-solana-swap": "ts-node src/jupiter-swap.ts",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jup-ag/common": "^6.0.0-beta.9",
"@jup-ag/react-hook": "^6.0.0-beta.9",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.92.1",
"@uniswap/sdk": "^3.0.3",
"@uniswap/v2-sdk": "^4.3.0",
"promise-retry": "2.0.1",
"@types/promise-retry": "^1.1.3",
"bip39": "^3.1.0",
"bs58": "^5.0.0",
"cross-fetch": "^4.0.0",
"crypto-js": "^4.2.0",
"ed25519-hd-key": "^1.3.0",
"ethers": "^5.7.2",
"readline": "^1.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.1.6",
"viem": "^2.8.18",
"web3": "^4.6.0"
}
}