9 lines
107 B
JSON
9 lines
107 B
JSON
|
|
{
|
||
|
|
"dependencies": {
|
||
|
|
"terser": "^4.8.1"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"minify": "node tool/minify.js"
|
||
|
|
}
|
||
|
|
}
|