{
  "name": "vize",
  "version": "0.272.0",
  "description": "Vize - High-performance Vue.js toolchain in Rust",
  "keywords": [
    "cli",
    "compiler",
    "formatter",
    "linter",
    "rust",
    "vize",
    "vue"
  ],
  "homepage": "https://github.com/ubugeeei-prod/vize",
  "bugs": {
    "url": "https://github.com/ubugeeei-prod/vize/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ubugeeei-prod/vize",
    "directory": "npm/cli"
  },
  "bin": {
    "vize": "bin/vize"
  },
  "files": [
    "bin",
    "dist",
    "src",
    "schemas",
    "pkl"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    },
    "./config": {
      "import": "./dist/config.mjs",
      "default": "./dist/config.mjs",
      "types": "./dist/config.d.mts"
    },
    "./schemas/vize.config.schema.json": "./schemas/vize.config.schema.json",
    "./pkl/vize.pkl": "./pkl/vize.pkl"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vizejs/native": "0.272.0",
    "oxc-transform": "0.130.0"
  },
  "devDependencies": {
    "@pkl-community/pkl": "0.30.2",
    "@tsdown/css": "0.22.0",
    "@types/node": "25.9.2",
    "tsdown": "0.22.0",
    "typescript": "6.0.3",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.1.21",
    "vite-plus": "0.1.21",
    "vue": "3.5.35"
  },
  "peerDependencies": {
    "@pkl-community/pkl": "0.30.2",
    "vue": ">=2.6.0"
  },
  "peerDependenciesMeta": {
    "@pkl-community/pkl": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "optionalDependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260602.1"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "vp run --workspace-root generate:rule-types && vp pack",
    "check": "vp check src vite.config.ts",
    "check:fix": "vp check --fix src vite.config.ts",
    "fmt": "vp fmt --write src vite.config.ts",
    "generate:rule-types": "vp run --workspace-root generate:rule-types"
  }
}