-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
30 lines (30 loc) · 835 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
{
"name": "solana-nodejs-examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiemtienonline360/solana-nodejs-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kiemtienonline360/solana-nodejs-examples/issues"
},
"homepage": "https://github.com/kiemtienonline360/solana-nodejs-examples#readme",
"dependencies": {
"@project-serum/borsh": "^0.2.2",
"@project-serum/serum": "^0.13.60",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.29.1",
"bignumber.js": "^9.0.1",
"bip39": "^3.0.4",
"buffer-layout": "^1.2.2",
"ed25519-hd-key": "^1.2.0",
"minimist": "^1.2.5"
}
}