-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 867 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": "test",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"lut": "ts-node lutTransferTest.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@metaplex-foundation/js": "^0.19.4",
"@metaplex-foundation/mpl-token-metadata": "^2.9.1",
"@openbook-dex/openbook": "^0.0.9",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.48",
"@solana/spl-token": "^0.4.7",
"@solana/web3.js": "^1.94.0",
"axios": "^1.7.2",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"dotenv": "^16.4.1",
"jito-ts": "^4.1.0",
"typescript": "^5.5.3",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
}
}