{
  "name": "@vue/runtime-vapor",
  "version": "0.0.0",
  "description": "@vue/runtime-vapor",
  "main": "index.js",
  "module": "dist/runtime-vapor.esm-bundler.js",
  "types": "dist/runtime-vapor.d.ts",
  "unpkg": "dist/runtime-vapor.global.js",
  "files": [
    "index.js",
    "dist"
  ],
  "sideEffects": false,
  "buildOptions": {
    "name": "VueRuntimeVapor",
    "formats": [
      "esm-bundler"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/core.git",
    "directory": "packages/runtime-vapor"
  },
  "keywords": [
    "vue"
  ],
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/core/issues"
  },
  "homepage": "https://github.com/vuejs/core/tree/dev/packages/runtime-vapor#readme",
  "dependencies": {
    "@vue/shared": "workspace:*",
    "@vue/reactivity": "workspace:*"
  },
  "peerDependencies": {
    "@vue/runtime-dom": "workspace:*"
  }
}
