forked from Arrowana/sol-rpc-race-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 826 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
{
"name": "sol-rpc-race-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Arrowana",
"license": "ISC",
"dependencies": {
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.29.1",
"bip39": "^3.0.4",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.2",
"dotenv": "^10.0.0",
"lodash": "^4.17.21",
"mnemonic-to-key-pair": "^1.0.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/node": "^16.10.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}