-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "@vinlemon/window-controls",
"description": "Webcomponent window-controls following open-wc recommendations",
"license": "MIT",
"author": "window-controls",
"version": "0.0.5",
"type": "module",
"main": "index.js",
"module": "index.js",
"exports": {
".": "./index.js",
"./window-controls.js": "./window-controls.js"
},
"types": "./index.d.ts",
"scripts": {
"analyze": "cem analyze --litelement",
"start": "web-dev-server",
"build": "rimraf dist && rollup -c rollup.config.js",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"lit": "^3.1.3"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.2",
"@open-wc/building-rollup": "^3.0.2",
"@web/dev-server": "^0.4.5",
"deepmerge": "^4.3.1",
"es-dev-server": "^2.1.0",
"gh-pages": "^5.0.0",
"rimraf": "^5.0.7",
"rollup": "^4.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinlemon/window-controls.git"
}
}