{
  "name": "@wevu/compiler",
  "type": "module",
  "version": "6.17.7",
  "description": "wevu 编译器基础包，面向小程序模板的编译与转换",
  "author": "ice breaker <1324318532@qq.com>",
  "license": "MIT",
  "homepage": "https://vite.icebreaker.top/wevu/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weapp-vite/weapp-vite.git",
    "directory": "packages-runtime/wevu-compiler"
  },
  "bugs": {
    "url": "https://github.com/weapp-vite/weapp-vite/issues"
  },
  "keywords": [
    "weapp",
    "mini-program",
    "wechat",
    "wevu",
    "compiler",
    "vue3",
    "template",
    "transform"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@jridgewell/remapping": "^2.3.5",
    "@vue/compiler-core": "^3.5.39",
    "@vue/compiler-dom": "^3.5.39",
    "comment-json": "^5.0.0",
    "lru-cache": "^11.5.1",
    "magic-string": "^0.30.21",
    "merge": "^2.1.1",
    "pathe": "^2.0.3",
    "vue": "^3.5.39",
    "@weapp-core/shared": "3.0.5",
    "@weapp-vite/ast": "6.17.7",
    "@weapp-core/constants": "0.1.12",
    "rolldown-require": "2.0.19"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "dev": "tsdown -w",
    "build": "tsdown",
    "test": "vitest run",
    "test:dev": "vitest",
    "typecheck": "tsc --noEmit",
    "release": "pnpm publish",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}