-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 KB
/
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
37
38
{
"name": "@rlay/web3-rlay",
"version": "0.1.18",
"description": "Rlay submodule for web3",
"keywords": [
"rlay",
"web3",
"ethereum"
],
"repository": {
"type": "git",
"url": "https://github.com/rlay-project/web3-rlay.js.git"
},
"homepage": "https://github.com/rlay-project/web3-rlay.js",
"main": "lib/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c -o lib/index.js"
},
"author": "Maximilian Goisser <max@rlay.com>",
"license": "MIT OR Apache-2.0",
"dependencies": {
"cbor": "^4.1.1",
"ethers": "^3.0.27"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"cross-env": "^5.2.0",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-uglify": "3.0.0"
}
}