forked from jup-ag/jupiter-core-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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
{
"name": "jupiter-core-example",
"version": "1.0.0",
"description": "",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types.d.ts",
"scripts": {
"start": "ts-node ./src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jup-ag/core": "^2.0.0-beta.0",
"@solana/wallet-adapter-base": "^0.7.1",
"@solana/web3.js": "^1.47.3",
"@types/bs58": "^4.0.1",
"@types/isomorphic-fetch": "^0.0.35",
"bs58": "^4.0.1",
"decimal.js": "^10.3.1",
"dotenv": "^10.0.0",
"isomorphic-fetch": "^3.0.0",
"jsbi": "^4.3.0",
"node-fetch": "^3.1.0",
"ts-node": "^10.4.0"
},
"devDependencies": {
"typescript": "^4.5.3"
},
"resolutions": {
"@solana/buffer-layout": "4.0.0"
}
}