-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "blockotus-organ-helper",
"version": "0.2.4-alpha",
"description": "Hyperledger Fabric Chaincode. BLOCKOTUS Organ. Network Open Standard.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./",
"build": "rm -f api/*.minified.js && babel api/*.js -d api/ --out-file-extension .minified.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BLOCKOTUS/helper.git"
},
"author": "Daniel Febrero",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/BLOCKOTUS/helper/issues"
},
"homepage": "https://github.com/BLOCKOTUS/helper#readme",
"dependencies": {
"core-js": "^3.7.0",
"fabric-network": "^2.2.5"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-plugin-flowtype": "^5.2.0",
"husky": "^4.3.0"
},
"hooks": {
"pre-push": "yarn run lint"
}
}