{
  "name": "@nice-move/all-in-vue",
  "version": "0.9.3",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "eslint",
    "nice-move",
    "prettier",
    "stylelint"
  ],
  "homepage": "https://github.com/nice-move/nice-move/tree/master/modules/all-in-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nice-move/nice-move.git",
    "directory": "modules/all-in-vue"
  },
  "bugs": {
    "url": "https://github.com/nice-move/nice-move/issues"
  },
  "bin": {
    "nice-move": "cli.mjs"
  },
  "exports": {
    "./eslint": "./eslint.config.mjs",
    "./prettier": "./prettier.config.mjs",
    "./stylelint": "./stylelint.config.mjs",
    "./tsconfig": "./tsconfig.json"
  },
  "type": "module",
  "dependencies": {
    "@nice-move/cli": "^0.11.34",
    "@nice-move/eslint-config-vue": "^0.16.1",
    "@nice-move/prettier-config": "^0.15.11",
    "@nice-move/stylelint-config": "^0.11.2",
    "@nice-move/tsconfig": "^0.5.0"
  },
  "peerDependencies": {
    "eslint": "^10.9.1",
    "garou": "^0.9.22",
    "prettier": "~3.9.8",
    "stylelint": "^17.15.0",
    "typescript": "~6.0.3"
  },
  "peerDependenciesMeta": {
    "garou": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": "^24.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}