-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 860 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 860 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
28
29
30
31
{
"name": "gkit-template",
"version": "1.0.0",
"description": "The gkit default template",
"main": "contract/index.d.ts",
"typings": "index.d.ts",
"repository": "https://gitee.com/gcfio/gkit-template.git",
"license": "Apache-2.0",
"keywords": [
"GenimousChain 2.0 contract template"
],
"engines": {
"node": ">=8.9"
},
"devDependencies": {
"async": "^2.6.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"g3.js": "https://gitee.com/gcfio/g3.js.git",
"gchain-asm-script": "https://gitee.com/gcfio/gchain-asm-script.git",
"gkit-lint": "^1.0.0",
"mocha": "^5.2.0",
"tslint": "^5.4.3",
"typescript": "^2.8.3"
},
"dependencies": {
"g3-utils": "https://gitee.com/gcfio/g3-utils.git",
"gchain-ts-lib": "https://gitee.com/gcfio/gchain-ts-lib.git"
},
"contract_name": "MyContract"
}