{
  "name": "tms-vue3-ui",
  "version": "0.0.97",
  "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.0",
    "jsonpointer": "5.0.1",
    "randexp": "0.5.3",
    "tms-data-aid": "0.0.113",
    "tms-vue3": "0.0.7"
  },
  "devDependencies": {
    "@types/debug": "4.1.12",
    "@types/jest": "29.5.12",
    "@types/jsonpointer": "^4.0.2",
    "@types/node": "22.7.4",
    "@vitejs/plugin-vue": "5.2.1",
    "@vitejs/plugin-vue-jsx": "4.1.1",
    "jest": "29.7.0",
    "rimraf": "6.0.1",
    "sass": "1.83.0",
    "ts-jest": "29.1.2",
    "typescript": "5.7.3",
    "vite": "6.1.0",
    "vue": "3.5.12",
    "vue-tsc": "2.2.0"
  },
  "scripts": {
    "build": "rimraf ./dist && node ./bin/build && tsc -p tsconfig.build.json",
    "test": "jest"
  }
}