forked from FGRibreau/ui-predicate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.11 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
{
"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",
"libs:build": "lerna run --stream build",
"postpublish": "npm run --silent docs:build && git add -f docs/* && (git commit -m 'update website' || true)",
"docs:build": "lerna run --stream docs:build && node scripts/docs-build-index.js",
"updtr": "lerna exec --concurrency 1 -- updtr"
},
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com/)",
"license": "MIT",
"engines": {
"node": "=10.19"
},
"devDependencies": {
"codecov": "^3.0.0",
"hotdoc": "^0.7.2",
"jsdoc": "^3.5.5",
"lerna": "^2.10.2",
"parcel": "^1.12.4",
"updtr": "^3.1.0"
}
}