-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 823 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "@pardnchiu/deskui",
"version": "1.0.0",
"description": "  ",
"main": "index.js",
"scripts": {
"minify": "npx terser src/js/*.js -c -m -o dist/DeskUI.js --config-file terser.config.json --name-cache terser.cache.json",
"minify-watch": "chokidar 'js/PaneDesk/*.js' -c 'npm run minify'",
"minify-index": "npx terser js/index.js -c -m -o js/index.min.js --config-file terser.config.json --name-cache terser.cache.json",
"sass": "sass sass/:css/ -w --style compressed --no-source-map"
},
"author": "",
"license": "ISC",
"devDependencies": {
}
}