forked from accordproject/concerto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"devDependencies": {
"@types/jest": "^29.5.14",
"dayjs": "1.11.13",
"glob": "^7.2.0",
"license-check-and-add": "4.0.5",
"nyc": "17.1.0",
"semver": "7.6.3"
},
"engines": {
"node": ">=18",
"npm": ">=10"
},
"workspaces": [
"packages/concerto-analysis",
"packages/concerto-core",
"packages/concerto-cto",
"packages/concerto-types",
"packages/concerto-util",
"packages/concerto-vocabulary"
],
"name": "concerto",
"description": "Define and introspect data models",
"version": "3.20.1",
"private": true,
"scripts": {
"coverage": "node ./scripts/coverage.js \"packages/concerto-*\" && nyc report -t coverage --cwd . --report-dir coverage --reporter=lcov && cat ./coverage/lcov.info",
"pretest": "npm run licchk",
"licchk": "license-check-and-add check -f license-config.json",
"test": "npm test -ws",
"build": "npm run build -ws"
},
"repository": {
"type": "git",
"url": "https://github.com/accordproject/concerto"
}
}