-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
35 lines (35 loc) · 949 Bytes
/
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
{
"name": "sol_cli",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "npx tsc && export NODE_PATH=./dist && node ./dist/index.js",
"dev": "nodemon ./src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^2.13.0",
"@openbook-dex/openbook": "^0.0.9",
"@project-serum/anchor": "^0.26.0",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@solana/spl-token": "^0.3.8",
"axios": "^1.6.7",
"bigint-buffer": "^1.1.5",
"jito-ts": "^3.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.8",
"@types/yargs": "^17.0.32",
"dotenv": "^16.3.1",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"description": ""
}