generated from lit/lit-element-starter-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.14 KB
/
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
{
"name": "year-progress",
"version": "1.0.0",
"description": "Year Progress",
"main": "index.html",
"scripts": {
"init": "npm ci",
"clean": "rimraf --glob src/sw.js && rimraf --glob src/workbox*.js && rimraf --glob src/*.map && rimraf --glob public/*",
"copy-static": "copyfiles -u 1 ./src/* ./public/ && copyfiles -u 1 ./src/icons/* ./public/",
"build-html": "html-minifier --collapse-whitespace --remove-comments --use-short-doctype --minify-css --minify-js --input-dir ./src --output-dir public --file-ext html",
"sw-build": "workbox generateSW",
"build": "npm run clean && npm run build-html && npm run sw-build && npm run copy-static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenishngl/year-progress.git"
},
"keywords": [
"year",
"progress"
],
"author": "Jenish Jerome",
"license": "ISC",
"bugs": {
"url": "https://github.com/jenishngl/year-progress/issues"
},
"homepage": "https://github.com/jenishngl/year-progress#readme",
"devDependencies": {
"copyfiles": "^2.4.1",
"html-minifier": "^4.0.0",
"rimraf": "^5.0.1",
"workbox-cli": "^7.0.0"
}
}