14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"name": "wuhu-torn-helper",
|
|
"version": "0.4.5",
|
|
"dependencies": {
|
|
"uglify-js": "^3.16.1"
|
|
},
|
|
"scripts": {
|
|
"release": "npm run minify && node build.js",
|
|
"minify": "uglifyjs wuhu-torn-helper.js -o release.min.user.js -m",
|
|
"serve": "",
|
|
"build": ""
|
|
}
|
|
}
|