{
  "name": "@denaro-config/vue3-types",
  "version": "1.4.13",
  "description": "提供 vue3 项目的全局 d.ts 类型声明文件, 为你提供多种文件类型声明。",
  "keywords": [
    "denaro",
    "tsconfig",
    "typescript",
    "vue",
    "vue3",
    "d.ts",
    "types"
  ],
  "homepage": "https://github.com/denaro-org/frontend-engineering-config#readme",
  "bugs": {
    "url": "https://github.com/denaro-org/frontend-engineering-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/denaro-org/frontend-engineering-config.git"
  },
  "license": "MIT",
  "author": "vxhly <pengchengou@gmail.com>",
  "devDependencies": {
    "vue": "^3.5.30"
  },
  "peerDependencies": {
    "vue": "^3"
  },
  "publishConfig": {
    "access": "public"
  }
}