generated from openscd/oscd-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "@com-pas/oscd-docops",
"description": "Monorepo for plugins and components that fulfill CoMPAS-OpenSCD document operations",
"license": "Apache-2.0",
"version": "0.0.0",
"type": "module",
"workspaces": [
"./packages/*",
"./components/*"
],
"scripts": {
"clean": "npx nx run-many -t clean",
"test": "npx nx run-many -t test",
"build": "npx nx run-many -t build",
"build:all": "npx nx run-many -t build --all --skip-nx-cache --nx-bail",
"bundle": "lerna run clean && lerna run build && lerna run bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/com-pas/compas-oscd-docops.git"
},
"keywords": [
"CoMPAS",
"OpenSCD",
"OSCD"
],
"author": "CoMPAS",
"bugs": {
"url": "https://github.com/com-pas/compas-oscd-docops/issues"
},
"homepage": "https://github.com/com-pas/compas-oscd-docops#readme",
"dependencies": {
"@openscd/open-scd-core": "^0.0.2",
"ts-standard": "^12.0.2"
},
"devDependencies": {
"lerna": "^7.1.3",
"nx": "^16.10.0"
}
}