-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 928 Bytes
/
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
{
"name": "@openscd/oscd",
"version": "0.0.1",
"description": "Oscd Form Components",
"type": "module",
"workspaces": [
"./packages/*",
"./components/*"
],
"scripts": {
"clean": "lerna run clean",
"build": "lerna run build",
"start": "lerna run start --scope @openscd/oscd-new",
"bundle": "lerna run clean && lerna run build && lerna run bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openscd/oscd-new.git"
},
"keywords": [
"OpenSCD",
"OSCD"
],
"author": "OpenSCD",
"license": "ISC",
"bugs": {
"url": "https://github.com/openscd/oscd-new/issues"
},
"homepage": "https://github.com/openscd/oscd-new#readme",
"dependencies": {
"@openscd/open-scd-core": "^0.0.2",
"ts-standard": "^12.0.2"
},
"devDependencies": {
"@size-limit/preset-big-lib": "^8.2.6",
"lerna": "^7.1.3",
"size-limit": "^8.2.6"
}
}