forked from accordproject/template-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
40
41
42
{
"devDependencies": {
"colors": "1.4.0",
"coveralls": "3.1.1",
"dayjs": "1.11.8",
"eslint": "^8.43.0",
"jsdoc": "^4.0.2",
"lerna": "^5.5.2",
"license-check-and-add": "4.0.5",
"semver": "7.5.3",
"sleep-promise": "9.1.0",
"source-map-support": "0.5.21"
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"name": "cicero",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.24.0",
"private": true,
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/cicero-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"pretest": "npm run licchk",
"test": "lerna exec -- npm run test:cov",
"repoclean": "lerna clean",
"licchk": "lerna exec -- npm run licchk"
},
"repository": {
"type": "git",
"url": "https://github.com/accordproject/cicero"
},
"keywords": [
"smart",
"clause",
"contract"
],
"author": "accordproject.org",
"license": "Apache-2.0"
}