12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"name": "wuhu-torn-helper",
|
|
"version": "0.4.2",
|
|
"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"
|
|
}
|
|
}
|