forked from libotony/governance-param
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 792 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
{
"name": "governance-param",
"version": "1.0.0",
"description": "read governance parameters from vechain blockchain",
"main": "index.js",
"scripts": {
"get": "sharp-cli exec dist/index.js --endpoint",
"build": "rm -fr dist && tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tony.li",
"license": "MIT",
"dependencies": {
"@libotony/sharp-cli": "^1.0.0-beta.3",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"typescript": "^3.8.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/libotony/governance-param.git"
},
"bugs": {
"url": "https://github.com/libotony/governance-param/issues"
},
"homepage": "https://github.com/libotony/governance-param#readme"
}