forked from hyperledger-archives/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 KB
/
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
{
"devDependencies": {
"colors": "1.1.2",
"lerna": "2.0.0",
"licensecheck": "1.3.0",
"moment": "2.17.1",
"semver": "5.3.0",
"sleep-promise": "2.0.0"
},
"name": "composer",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.18.1",
"main": "index.js",
"private": true,
"scripts": {
"postinstall": "npm run pkgcheck && npm run bootstrap",
"repoclean": "lerna clean",
"bootstrap": "lerna bootstrap",
"pretest": "npm run depcheck",
"test": "lerna run test",
"scanlicenses": "./scripts/scan-all-licenses.sh",
"pkgcheck": "node ./scripts/pkgcheck.js",
"pkgstamp": "node ./scripts/pkgstamp.js",
"pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix",
"depcheck": "node ./scripts/depcheck.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/composer.git"
},
"keywords": [
"blockchain",
"hyperledger",
"solutions"
],
"author": "Hyperledger Composer",
"license": "Apache-2.0",
"dependencies": {}
}