{
  "name": "vue-json-ui-editor",
  "version": "2.0.0",
  "description": "A Vue 2 JSON Schema based form editor component with TypeScript support",
  "type": "module",
  "main": "dist/vue-json-ui-editor.umd.js",
  "module": "dist/vue-json-ui-editor.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/vue-json-ui-editor.es.js",
      "require": "./dist/vue-json-ui-editor.umd.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "build:lib": "vue-tsc && vite build --mode lib",
    "preview": "vite preview",
    "test": "vitest run",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "type-check": "vue-tsc --noEmit",
    "lint": "biome format --write src/",
    "format": "biome format --write src/",
    "check": "npm run type-check && npm run lint && npm run test"
  },
  "dependencies": {
    "element-ui": "^2.15.14",
    "vue": "^2.7.16"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.0",
    "@types/node": "^20.10.0",
    "@vitejs/plugin-vue2": "^2.3.1",
    "@vitest/coverage-v8": "^1.0.0",
    "@vitest/ui": "^1.0.0",
    "@vue/test-utils": "^1.3.6",
    "autoprefixer": "^10.4.21",
    "jsdom": "^23.0.0",
    "postcss-import": "^16.1.1",
    "typescript": "5.6.2",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^3.6.0",
    "vitest": "^1.0.0",
    "vue-tsc": "2.0.29"
  },
  "peerDependencies": {
    "vue": "^2.7.0"
  },
  "keywords": [
    "vue",
    "vue2",
    "typescript",
    "json-schema",
    "form-editor",
    "ui-component",
    "vite"
  ],
  "author": "Vue JSON UI Editor Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vue-json-ui-editor/vue-json-ui-editor.git"
  },
  "bugs": {
    "url": "https://github.com/vue-json-ui-editor/vue-json-ui-editor/issues"
  },
  "homepage": "https://github.com/vue-json-ui-editor/vue-json-ui-editor#readme"
}
