Evil.js/package.json

17 lines
364 B
JSON
Raw Normal View History

2022-08-18 15:22:33 +08:00
{
"name": "evil",
2022-08-19 10:16:39 +08:00
"version": "1.0.2",
2022-08-18 15:22:33 +08:00
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-08-19 10:16:39 +08:00
"build": "uglifyjs --compress --mangle --output build/adj-ordinaryjs.min.js -- index.js"
2022-08-18 15:22:33 +08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"uglify-js": "^3.13.3"
}
}