{
  "name": "@vc-shell/config-generator",
  "description": "Generate Vite configurations",
  "version": "2.5.0",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "echo 'Building @vc-shell/config-generator...' && tsc -b --clean && tsc && tsc-alias && echo '@vc-shell/config-generator built.'"
  },
  "dependencies": {
    "@babel/parser": "^7.27.0",
    "@vitejs/plugin-vue": "^5.2.3",
    "@vue/compiler-sfc": "^3.5.30",
    "vite": "^6.3.3",
    "vite-plugin-checker": "^0.13.0",
    "vite-plugin-circular-dependency": "^0.5.0",
    "vite-plugin-mkcert": "^1.17.1",
    "vue": "^3.5.30"
  },
  "devDependencies": {
    "@vc-shell/ts-config": "2.5.0",
    "http-proxy-middleware": "^3.0.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "tsc-alias": "^1.8.8",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VirtoCommerce/vc-shell.git",
    "directory": "configs/vite-config"
  }
}
