-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 972 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 972 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
34
{
"name": "@node-projects/propertygrid.webcomponent",
"version": "2.0.0",
"description": "a propertygrid webcomponent.",
"type": "module",
"main": "./dist/PropertyGrid.js",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/node-projects/propertygrid.webcomponent.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-projects/propertygrid.webcomponent/issues"
},
"homepage": "https://github.com/node-projects/propertygrid.webcomponent#readme",
"scripts": {
"tsc": "tsc",
"start": "web-dev-server --node-resolve --open sample/index.html",
"build": "tsc",
"release": "release-it"
},
"customElements": "custom-elements.json",
"devDependencies": {
"@web/dev-server": "^1.0.0",
"release-it": "^20.2.1",
"typescript": "^7.0.2"
},
"dependencies": {
"@node-projects/base-custom-webcomponent": ">=0.46.0",
"wunderbaum": ">=0.14.1"
}
}