@zippytech/uglified
Version:
Checks if the code is minified
24 lines • 630 B
JSON
{
"name": "@zippytech/uglified",
"version": "2.0.1",
"description": "Checks if the code is minified",
"main": "index.js",
"scripts": {
"bundle": "webpack ./test-assets/entry.js ./test-assets/bundle.js",
"bundle:min": "webpack -p ./test-assets/entry.js ./test-assets/bundle.min.js",
"test": "npm run bundle && npm run bundle:min && npm run test:run",
"test:run": "ava"
},
"keywords": [
"minified",
"check",
"code",
"production"
],
"author": "Zippy Technologies <contact@zippytech.io>",
"license": "MIT",
"devDependencies": {
"ava": "^0.16.0",
"webpack": "^1.13.2"
}
}