{
  "name": "@xiaohaih/json-form-core",
  "type": "module",
  "version": "0.2.8",
  "description": "",
  "author": "xiaohaih",
  "license": "ISC",
  "keywords": [],
  "exports": {
    ".": {
      "browser": "./index.ts",
      "types": "./index.ts",
      "import": "./index.ts",
      "require": "./dist/index.cjs"
    },
    "./*": "./*"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "unpkg": "dist/index.umd.js",
  "jsdelivr": "dist/index.umd.js",
  "types": "dist/index.d.mts",
  "peerDependencies": {
    "@vue/composition-api": "^1.0.0-rc.1",
    "vue": "^3.0.0-0 || ^2.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "dependencies": {
    "vue-demi": "0.14.10"
  },
  "devDependencies": {
    "@types/node": "^25.0.9",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vitejs/plugin-vue-jsx": "^5.1.5",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.9.1",
    "jsdom": "^27.3.0",
    "magic-string": "^0.30.17",
    "rolldown": "^1.0.2",
    "typescript": "~6.0.2",
    "utility-types": "^3.11.0",
    "vitest": "^5.0.0-beta.3",
    "vue": "^3.5.13",
    "vue-tsc": "^3.3.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "vue-tsc && node ./scripts/generate-version.mjs && tsdown",
    "test": "vitest"
  }
}