-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
40 lines (40 loc) · 988 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
37
38
39
40
{
"name": "@kunstmaan/hyperledger-fabric-chaincode-dev-setup",
"version": "0.9.0",
"description": "",
"main": "index.js",
"bin": {
"kuma-hf-chaincode-dev": "bin.js"
},
"scripts": {
"test": "npm run lint",
"start-dev-network": "node ./test/startDevNetwork.js",
"lint": "eslint ."
},
"author": "Kunstmaan",
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"chokidar": "^2.0.0",
"date-format": "^1.2.0",
"find-up": "^2.1.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"inquirer": "^4.0.1",
"latest-version": "^3.1.0",
"lodash": "^4.17.5",
"merge": "^1.2.0",
"through": "^2.3.8",
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Kunstmaan/hyperledger-fabric-chaincode-dev-setup.git"
}
}