-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 887 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
{
"devDependencies": {
"istanbul": "^0.4.5",
"lerna": "^2.0.0-rc.4"
},
"name": "@how-to-react/nwb-lerna-travis",
"version": "1.0.0",
"description": "NWB with lerna and travis integration",
"main": "index.js",
"scripts": {
"coverage:combine": "istanbul report --include \"./packages/**/coverage/coverage.json\" lcovonly text-summary",
"postinstall": "lerna bootstrap --hoist",
"release": "lerna publish --conventional-commits",
"test": "lerna exec npm run test:coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/how-to-react/nwb-lerna-travis.git"
},
"author": "Stephen Fraser <stephen.fraser@digirati.com> (https://stephen.wf/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/how-to-react/nwb-lerna-travis/issues"
},
"homepage": "https://github.com/how-to-react/nwb-lerna-travis#readme"
}