forked from jup-ag/instruction-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 696 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 696 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
{
"name": "@jup-ag/instruction-parser",
"version": "6.0.27",
"description": "Parser to parse instruction on the Jupiter v4 program.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"start": "ts-node src/cli.ts",
"build": "tsup"
},
"author": "",
"license": "ISC",
"devDependencies": {
"tsup": "^6.4.0",
"typescript": "^4.4.4"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@solana/spl-token": "^0.3.8",
"@solana/spl-token-registry": "^0.2.7",
"@solana/web3.js": "^1.73.2",
"commander": "^9.1.0",
"decimal.js": "^10.3.1",
"got": "^11.8.2"
}
}