forked from openscd/open-scd
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 769 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 769 Bytes
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
{
"name": "compas-openscd-monorepo",
"version": "0.0.1",
"description": "CoMPAS OpenSCD base distribution and plugins",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_OPTIONS=--no-experimental-require-module npx nx run-many -t build --all --exclude=@openscd/distribution"
},
"repository": {
"type": "git",
"url": "git+https://github.com/com-pas/compas-open-scd.git"
},
"license": "Apache-2.0",
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"husky": "^9.1.7",
"lerna": "^7.1.4",
"nx": "18.3.4"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "18.3.4"
}
}