forked from vechain/b32
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 707 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 707 Bytes
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
{
"name": "b32",
"version": "0.1.0",
"description": "Signature collection of contract method and event",
"main": "index.js",
"scripts": {
"build": "ts-node main.ts && cp public/index.html dist/",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/b32.git"
},
"author": "qian bin",
"license": "ISC",
"bugs": {
"url": "https://github.com/vechain/b32/issues"
},
"homepage": "https://github.com/vechain/b32#readme",
"devDependencies": {
"@types/node": "^11.11.3",
"thor-devkit": "^0.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
}
}