{
  "name": "@vue-jsx/runtime",
  "version": "3.3.0-rc.2",
  "description": "Vue JSX Runtime",
  "keywords": [
    "jsx",
    "runtime",
    "vapor",
    "vue"
  ],
  "homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
  "bugs": {
    "url": "https://github.com/vuejs/vue-jsx-vapor/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-jsx-vapor.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./raw": "./dist/raw.js",
    "./*": "./*"
  },
  "peerDependencies": {
    "vue": "3.6.0-rc.9"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "DEV=true vp pack",
    "release": "bumpp && npm publish",
    "test": "vp test"
  }
}