UNPKG

remove-js-logs

Version:

A package that helps you remove all js logs!

46 lines (45 loc) 956 B
{ "name": "remove-js-logs", "version": "1.2.0", "description": "A package that helps you remove all js logs!", "main": "index.js", "scripts": { "build": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/nafasebra/remove-js-logs.git" }, "keywords": [ "logs", "remove-logs", "remove-js-logs", "console-log", "cli", "console.log", "remove", "cleaner", "javascript", "typescript" ], "author": "Nafas Ebrahimi", "license": "MIT", "type": "commonjs", "bugs": { "url": "https://github.com/nafasebra/remove-js-logs/issues" }, "homepage": "https://github.com/nafasebra/remove-js-logs#readme", "dependencies": { "@babel/generator": "^7.27.0", "@babel/parser": "^7.27.0", "@babel/traverse": "^7.27.0", "fs-extra": "^11.3.0" }, "files": [ "index.js", "README.md" ], "bin": { "remove-logs": "src/index.js" } }