{
  "name": "packmate",
  "version": "1.0.4",
  "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",
    "fs-extra": "^11.1.1",
    "globby": "^13.2.2",
    "js-yaml": "^4.1.0",
    "npm-check-updates": "^16.14.3",
    "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"
}
