packmate
Version:
Your smart and friendly assistant for dependency updates and cleanup.
65 lines (64 loc) • 1.43 kB
JSON
{
"name": "packmate",
"version": "1.0.5",
"description": "Your smart and friendly assistant for dependency updates and cleanup.",
"author": "AGUMON <ljlm0402@gmail.com>",
"license": "MIT",
"keywords": [
"cli",
"dependency",
"update",
"cleanup",
"npm",
"yarn",
"pnpm",
"dependency-manager",
"remove-unused",
"automation",
"tool",
"nodejs"
],
"type": "module",
"main": "bin/packmate.js",
"bin": {
"packmate": "bin/packmate.js"
},
"scripts": {
"start": "node bin/packmate.js",
"format": "prettier --write .",
"lint": "eslint ."
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"depcheck": "^1.4.7",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"js-yaml": "^4.1.0",
"npm-check-updates": "^16.14.3",
"p-map": "^7.0.3",
"p-retry": "^6.2.1",
"package-json": "^10.0.1",
"precinct": "^10.0.0",
"semver": "^7.7.2"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"eslint": "^9.27.0",
"globals": "^16.2.0",
"prettier": "^3.5.3"
},
"engines": {
"node": ">=16.14.0",
"npm": ">=8.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljlm0402/packmate.git"
},
"bugs": {
"url": "https://github.com/ljlm0402/packmate/issues"
},
"homepage": "https://github.com/ljlm0402/packmate#readme"
}