{
  "name": "wevu",
  "type": "module",
  "version": "6.11.5",
  "description": "Vue 3 风格的小程序运行时，包含响应式、diff+setData 与轻量状态管理",
  "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/wevu"
  },
  "bugs": {
    "url": "https://github.com/weapp-vite/weapp-vite/issues"
  },
  "keywords": [
    "weapp",
    "mini-program",
    "wechat",
    "vue3",
    "runtime",
    "reactivity",
    "setData",
    "pinia",
    "state-management"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./compiler": {
      "types": "./dist/compiler.d.mts",
      "import": {
        "types": "./dist/compiler.d.mts",
        "default": "./dist/compiler.mjs"
      }
    },
    "./jsx-runtime": {
      "types": "./dist/jsx-runtime.d.mts",
      "import": {
        "types": "./dist/jsx-runtime.d.mts",
        "default": "./dist/jsx-runtime.mjs"
      }
    },
    "./store": {
      "types": "./dist/store.d.mts",
      "import": {
        "types": "./dist/store.d.mts",
        "default": "./dist/store.mjs"
      }
    },
    "./api": {
      "types": "./dist/api.d.mts",
      "import": {
        "types": "./dist/api.d.mts",
        "default": "./dist/api.mjs"
      }
    },
    "./fetch": {
      "types": "./dist/fetch.d.mts",
      "import": {
        "types": "./dist/fetch.d.mts",
        "default": "./dist/fetch.mjs"
      }
    },
    "./router": {
      "types": "./dist/router.d.mts",
      "import": {
        "types": "./dist/router.d.mts",
        "default": "./dist/router.mjs"
      }
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "peerDependencies": {
    "miniprogram-api-typings": "^5.0.0"
  },
  "dependencies": {
    "vue": "^3.5.30",
    "@wevu/api": "0.2.2",
    "@wevu/compiler": "6.11.5"
  },
  "scripts": {
    "dev": "tsdown -w",
    "build": "tsdown",
    "build:types": "tsdown --dts",
    "test": "vitest run",
    "test:dev": "vitest",
    "test:types": "tsd",
    "typecheck": "tsc --noEmit",
    "release": "pnpm publish",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}