forked from FGRibreau/ui-predicate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.02 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
{
"name": "ui-predicate-meta",
"version": "1.0.0",
"title":"ui-predicate",
"description": "Finally a rules editor (or predicates), framework agnostic, component for the Web",
"scripts": {
"postinstall": "lerna bootstrap",
"test": "lerna run --stream test",
"lint": "lerna run --stream lint",
"test:coverage": "lerna run --stream test:coverage && codecov --disable=gcov",
"publish:canary": "lerna publish --conventional-commits -c",
"publish": "lerna publish --conventional-commits",
"postpublish":"npm run --silent docs:build && git add docs/* && git commit -m 'update website'",
"docs:build": "lerna run --stream docs:build && node scripts/docs-build-index.js",
"updtr": "lerna exec --concurrency 1 -- updtr"
},
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
"license": "MIT",
"devDependencies": {
"codecov": "^3.0.0",
"hotdoc": "^0.7.2",
"jsdoc": "^3.5.5",
"lerna": "^2.10.2",
"parcel-bundler": "^1.7.0",
"updtr": "^2.0.0"
}
}