-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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": "@radarrelay/web3-builder",
"version": "0.2.0",
"description": "A tool to build and manage your own Web3 instance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RadarRelay/web3-builder.git"
},
"keywords": [
"ethereum",
"web3",
"provider",
"wallet"
],
"author": "Radar Relay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RadarRelay/web3-builder/issues"
},
"homepage": "https://github.com/RadarRelay/web3-builder#readme",
"dependencies": {
"@radarrelay/subproviders": "^0.5.3",
"web3": "0.20.2",
"web3-provider-engine": "14.0.5",
"web3-typescript-typings": "^0.10.2"
},
"devDependencies": {
"typescript": "^2.9.1"
}
}