UNPKG

crapifyme

Version:

Ultra-fast developer productivity CLI tools - remove comments, logs, and more

78 lines (77 loc) 1.72 kB
{ "name": "crapifyme", "version": "1.2.2", "description": "Ultra-fast developer productivity CLI tools - remove comments, logs, and more", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "crapifyme": "dist/cli.js" }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc && chmod +x dist/cli.js", "dev": "tsc --watch", "test": "jest", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "code-cleanup", "comments", "logs", "imports", "console-log", "import-optimization", "cli", "typescript", "javascript", "developer-tools", "productivity", "crapify" ], "author": "kafked", "license": "MIT", "homepage": "https://crapify.me", "repository": { "type": "git", "url": "git+https://github.com/kafk3d/crapify.git", "directory": "packages/crapifyme" }, "bugs": { "url": "https://github.com/kafk3d/crapify/issues" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@babel/generator": "^7.28.3", "@babel/parser": "^7.28.3", "@babel/traverse": "^7.28.3", "any-ascii": "^0.3.3", "chalk": "^4.1.0", "cli-progress": "^3.12.0", "commander": "^11.0.0", "fast-glob": "^3.3.3", "filesize": "^11.0.2", "glob": "^10.0.0", "is-svg": "^6.1.0", "mime-types": "^2.1.35", "ora": "^5.4.1", "svgo": "^3.3.2" }, "devDependencies": { "@types/babel__generator": "^7.27.0", "@types/babel__traverse": "^7.28.0", "@types/cli-progress": "^3.11.6", "@types/jest": "^30.0.0", "@types/mime-types": "^2.1.1", "@types/node": "^20.0.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.0.0" }, "gitHead": "2b2a7e391009eb280b1f8fd1e4f0181c35f7b696" }