-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
38
39
40
41
{
"name": "blockotus-organ-helper",
"version": "0.2.8-beta",
"description": "Hyperledger Fabric Chaincode. BLOCKOTUS Organ. Network Open Standard.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json './api/lib/*.ts' -e './node_modules/**'",
"build": "rm -rf api/dist/* && babel api/lib/*.ts -d api/dist --extensions '.ts'"
},
"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.8.3",
"fabric-network": "^2.2.5",
"hyperledger-fabric-offline-transaction-signing": "^0.0.6"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"husky": "^4.3.8",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
},
"resolutions": {
"ini": "^1.3.6"
},
"hooks": {
"pre-push": "yarn run lint"
}
}