{
  "name": "create-vuetify",
  "version": "3.1.6",
  "description": "Create a new Vuetify project",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "create-vuetify": "./dist/index.mjs"
  },
  "keywords": [
    "vuetify",
    "create",
    "scaffold",
    "generator",
    "vue",
    "cli",
    "starter"
  ],
  "author": "Andrey Yolkin <andreyyolkin@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuetifyjs/cli.git",
    "directory": "packages/create"
  },
  "devDependencies": {
    "@bomb.sh/tab": "^0.0.14",
    "@clack/prompts": "^1.1.0",
    "@types/validate-npm-package-name": "^4.0.2",
    "citty": "^0.2.1",
    "giget": "^3.1.2",
    "kolorist": "^1.8.0",
    "nypm": "^0.6.5",
    "pathe": "^2.0.3",
    "tsdown": "^0.21.3",
    "vitest": "^4.1.0",
    "@vuetify/cli-shared": "1.1.6"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "magicast": "^0.5.2",
    "package-manager-detector": "^1.6.0",
    "pkg-types": "^2.3.0",
    "tinyexec": "^1.0.4",
    "validate-npm-package-name": "^7.0.2"
  },
  "inlinedDependencies": {
    "@bomb.sh/tab": "0.0.14",
    "@clack/core": "1.1.0",
    "@clack/prompts": "1.1.0",
    "@eslint-community/eslint-utils": "4.9.1",
    "@eslint-community/regexpp": "4.12.2",
    "@eslint/config-array": "0.21.2",
    "@eslint/eslintrc": "3.3.5",
    "@eslint/js": "9.39.4",
    "@eslint/object-schema": "2.1.7",
    "@eslint/plugin-kit": "0.4.1",
    "@humanfs/core": "0.19.1",
    "@humanfs/node": "0.16.7",
    "@humanwhocodes/retry": "0.4.3",
    "@sindresorhus/slugify": "3.0.0",
    "@sindresorhus/transliterate": "2.3.1",
    "acorn": "8.15.0",
    "acorn-jsx": "5.3.2",
    "ajv": "6.14.0",
    "balanced-match": "1.0.2",
    "bignumber.js": "9.3.1",
    "brace-expansion": "1.1.12",
    "bundle-name": "4.1.0",
    "callsites": "3.1.0",
    "citty": "0.2.1",
    "concat-map": "0.0.1",
    "debug": "4.4.3",
    "default-browser": "5.4.0",
    "default-browser-id": "5.0.0",
    "define-lazy-prop": "3.0.0",
    "escape-string-regexp": [
      "4.0.0",
      "5.0.0"
    ],
    "eslint": "9.39.4",
    "eslint-scope": "8.4.0",
    "eslint-visitor-keys": [
      "3.4.3",
      "4.2.1"
    ],
    "espree": "10.4.0",
    "esquery": "1.7.0",
    "esrecurse": "4.3.0",
    "estraverse": "5.3.0",
    "esutils": "2.0.3",
    "exsolve": "1.0.8",
    "fast-deep-equal": "3.1.3",
    "fast-json-stable-stringify": "2.1.0",
    "file-entry-cache": "8.0.0",
    "find-up": "5.0.0",
    "flat-cache": "4.0.1",
    "flatted": "3.3.3",
    "giget": "3.1.2",
    "glob-parent": "6.0.2",
    "globals": "14.0.0",
    "has-flag": "4.0.0",
    "i18n-js": "4.5.3",
    "ignore": "5.3.2",
    "import-fresh": "3.3.1",
    "imurmurhash": "0.1.4",
    "is-docker": "3.0.0",
    "is-extglob": "2.1.1",
    "is-glob": "4.0.3",
    "is-in-ssh": "1.0.0",
    "is-inside-container": "1.0.0",
    "is-interactive": "2.0.0",
    "is-wsl": "3.1.0",
    "jiti": "2.6.1",
    "json-buffer": "3.0.1",
    "json-schema-traverse": "0.4.1",
    "json-stable-stringify-without-jsonify": "1.0.1",
    "keyv": "4.5.4",
    "kolorist": "1.8.0",
    "levn": "0.4.1",
    "locate-path": "6.0.0",
    "lodash": "4.17.21",
    "lodash.merge": "4.6.2",
    "make-plural": "7.5.0",
    "minimatch": "3.1.5",
    "ms": "2.1.3",
    "natural-compare": "1.4.0",
    "nypm": "0.6.5",
    "open": "11.0.0",
    "p-limit": "3.1.0",
    "p-locate": "5.0.0",
    "parent-module": "1.0.1",
    "path-exists": "4.0.0",
    "pathe": "2.0.3",
    "powershell-utils": "0.1.0",
    "prelude-ls": "1.2.1",
    "resolve-from": "4.0.0",
    "run-applescript": "7.1.0",
    "semver": "7.7.4",
    "sisteransi": "1.0.5",
    "strip-json-comments": "3.1.1",
    "supports-color": "7.2.0",
    "type-check": "0.4.0",
    "uri-js": "4.4.1",
    "vue-eslint-parser": "10.4.0",
    "wsl-utils": "0.3.0",
    "yocto-queue": "0.1.0"
  },
  "scripts": {
    "build": "tsdown"
  }
}