{
  "name": "view-ui-plus-derive",
  "version": "0.4.0",
  "type": "module",
  "description": "基于view-ui-plus的组件&优化扩展等，可自定义组件名前缀",
  "keywords": [
    "view-ui-plus-derive",
    "view ui plus derive",
    "viewuiplusderive",
    "iview derive",
    "vue",
    "component library",
    "derive",
    "enhancement",
    "ui",
    "typescript"
  ],
  "main": "dist/umd/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./locale/*": {
      "types": "./dist/locale/index.d.ts",
      "import": "./dist/locale/*.js"
    },
    "./iview-mods/*": {
      "types": "./dist/iview-mods/index.d.ts",
      "import": "./dist/iview-mods/*.js"
    },
    "./iview-mod": "./dist/iview-mod.js",
    "./iview-mod.css": "./dist/iview-mod.css",
    "./style": "./dist/style.js",
    "./styles/*": "./dist/styles/*",
    "./less/*": "./dist/less/*",
    "./umd/index": "./dist/umd/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "husky",
    "release": "commit-and-tag-version",
    "dev": "vite",
    "prebuild": "node -e \"fs.rm('dist',{recursive:true},err=>{console.log(err)})\"",
    "build": "run-p type-check \"build-only {@}\" --",
    "postbuild": "node postBuild.js",
    "preview": "vite preview",
    "test:unit": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --build",
    "check-auth": "npm whoami --registry=https://registry.npmjs.org",
    "prepublishOnly": "npm run check-auth && npm run build && npm run release",
    "republish": "npm run build && npm publish --ignore-scripts",
    "lint": "run-s lint:*",
    "lint:oxlint": "oxlint . --fix",
    "lint:eslint": "eslint . --fix --cache --cache-location node_modules/.cache/eslint/",
    "format": "prettier --write --experimental-cli src/"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Xli33/view-ui-plus-derive.git"
  },
  "author": "Xli33",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Xli33/view-ui-plus-derive/issues"
  },
  "homepage": "https://github.com/Xli33/view-ui-plus-derive#readme",
  "unpkg": "dist/umd/index.js",
  "jsdelivr": "dist/umd/index.js",
  "peerDependencies": {
    "utils-where": "^0.5.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.3",
    "@commitlint/config-conventional": "^20.5.3",
    "@kayvan/markdown-tree-parser": "^1.6.1",
    "@microsoft/api-extractor": "^7.58.7",
    "@tsconfig/node24": "^24.0.4",
    "@types/jsdom": "^28.0.1",
    "@types/node": "^25.6.0",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitejs/plugin-vue-jsx": "^5.1.5",
    "@vitest/eslint-plugin": "1.6.16",
    "@vue/eslint-config-typescript": "^14.7.0",
    "@vue/test-utils": "^2.4.10",
    "@vue/tsconfig": "^0.9.1",
    "commit-and-tag-version": "^12.7.1",
    "eslint": "^10.3.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-oxlint": "^1.62.0",
    "eslint-plugin-vue": "^10.9.0",
    "husky": "^9.1.7",
    "jiti": "^2.6.1",
    "jsdom": "^29.1.1",
    "less": "^4.6.4",
    "lint-staged": "^16.4.0",
    "marked": "^18.0.3",
    "marked-shiki": "^1.2.1",
    "npm-run-all2": "^8.0.4",
    "oxlint": "^1.62.0",
    "prettier": "^3.8.3",
    "shiki": "^4.0.2",
    "typescript": "~6.0.3",
    "utils-where": "^0.5.2",
    "view-ui-plus": "^1.3.24",
    "vite": "^8.0.10",
    "vite-plugin-dts": "^5.0.0",
    "vite-plugin-vue-devtools": "^8.1.1",
    "vitest": "^4.1.5",
    "vue": "^3.5.33",
    "vue-i18n": "^11.4.0",
    "vue-tsc": "^3.2.7"
  }
}
