-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 927 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 927 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
29
30
31
32
33
{
"name": "openscd-monorepo",
"version": "0.38.1",
"description": "OpenSCD base distribution and plugins",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna run clean",
"build": "npx nx run-many -t build --all",
"doc": "lerna run doc",
"test": "npx nx run-many -t test --all --parallel=false",
"graph": "npx nx graph",
"start": "npx rimraf packages/distribution/node_modules/.cache/snowpack/build/[email protected] && lerna run start",
"serve": "nx run @openscd/distribution:serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openscd/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"
}
}