walc
Version:
Removes 'console' or 'alert' functions in your scripts
33 lines (32 loc) • 690 B
JSON
{
"name": "walc",
"version": "1.4.3",
"description": "Removes 'console' or 'alert' functions in your scripts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hellomathieu/walc.git"
},
"keywords": [
"console",
"warning",
"log",
"alert",
"remove",
"delete",
"comment"
],
"author": "hellomathieu",
"license": "ISC",
"bugs": {
"url": "https://github.com/hellomathieu/walc/issues"
},
"homepage": "https://github.com/hellomathieu/walc#readme",
"dependencies": {
"globby": "^2.1.0",
"mkdirp": "^0.5.1"
}
}