add minify configfile
This commit is contained in:
parent
bbb3d86e16
commit
422446c914
8
.minify.json
Normal file
8
.minify.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"js": {
|
||||||
|
"type": "terser",
|
||||||
|
"terser": {
|
||||||
|
"mangle": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
18
package.json
Normal file
18
package.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "myplayer",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "A Web-MP3-Player with Playlist Support",
|
||||||
|
"main": "src/player.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://tk-sls.de/git/tk-sls.de/myplayer.git"
|
||||||
|
},
|
||||||
|
"author": "tilt <tilt@linuxfoo.de>",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"minify": "^11.4.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user