{
  "name": "@nice-move/cli",
  "version": "0.11.33",
  "description": "Frontend develop helper for frontend development",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "eslint",
    "format",
    "formatter",
    "garou",
    "lint",
    "linter",
    "nice-move",
    "prettier",
    "quality",
    "sort",
    "styleguide",
    "stylelint"
  ],
  "homepage": "https://github.com/nice-move/nice-move/tree/master/packages/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nice-move/nice-move.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/nice-move/nice-move/issues"
  },
  "bin": {
    "nice-move": "dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "dependencies": {
    "cheetor": "^0.13.0"
  },
  "devDependencies": {
    "@commitlint/format": "^21.0.1",
    "@commitlint/lint": "^21.0.2",
    "execa": "^9.6.1",
    "lint-staged": "^15.5.2",
    "settingz": "^0.2.0"
  },
  "engines": {
    "node": ">=24.0.0 || ^22.18.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsdown"
  }
}