-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 983 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
36
{
"name": "sol-rng-client",
"version": "0.1.0",
"description": "A web3 client for the Solana RNG Beacon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && arweave package html/index.html .deploy/index.html && exit"
},
"author": "@evanmarshall",
"license": "MIT",
"dependencies": {
"@project-serum/anchor": "^0.19.0",
"@project-serum/borsh": "^0.2.3",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "^1.31.0",
"arweave": "^1.10.18",
"assert": "^2.0.0",
"babel-polyfill": "^6.26.0",
"base64-js": "^1.5.1",
"base64url": "^3.0.1",
"bn": "^1.0.5",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"camelcase": "^6.2.1",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
"js-sha256": "^0.9.0",
"process": "^0.11.10"
},
"devDependencies": {
"buffer-layout": "^1.2.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}