{
  "name": "tms-vue3-ui",
  "version": "0.1.0",
  "description": "Vue3基础UI库，提供JSONSchema编辑器，支持基于JSONSchema生成表单。",
  "keywords": [
    "vue3",
    "ts",
    "JSONSchema"
  ],
  "author": "jasony62",
  "license": "MIT",
  "main": "./dist/es/index.js",
  "files": [
    "dist/",
    "docs/",
    "README.md"
  ],
  "dependencies": {
    "debug": "4.4.3",
    "jsonpointer": "5.0.1",
    "randexp": "0.5.3",
    "tms-data-aid": "0.1.0",
    "tms-vue3": "0.1.0"
  },
  "devDependencies": {
    "@types/debug": "4.1.13",
    "@types/jest": "30.0.0",
    "@types/jsonpointer": "^4.0.2",
    "@types/node": "26.1.1",
    "@vitejs/plugin-vue": "6.0.7",
    "@vitejs/plugin-vue-jsx": "5.1.6",
    "jest": "30.4.2",
    "postcss": "^8.5.17",
    "postcss-nested": "^7.0.2",
    "@tailwindcss/postcss": "^4.3.2",
    "rimraf": "6.1.3",
    "tailwindcss": "^4.3.2",
    "ts-jest": "29.4.11",
    "vite": "8.1.4",
    "vue": "3.5.39",
    "vue-tsc": "3.3.7"
  },
  "scripts": {
    "build": "rimraf ./dist && node ./bin/build && tsc -p tsconfig.build.json",
    "test": "jest"
  }
}