{
  "name": "yami-voice",
  "private": false,
  "version": "0.1.1",
  "type": "module",
  "files": [
    "dist",
    "index.d.ts"
  ],
  "main": "./dist/Yami.umd.cjs",
  "module": "./dist/Yami.js",
  "types": "./index.d.ts",
  "exports": {
    "types": "./index.d.ts",
    "import": "./dist/Yami.js",
    "require": "./dist/Yami.umd.cjs"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "doc": "typedoc lib/main.ts",
    "build-type": "tsc --emitDeclarationOnly -d && api-extractor run --local"
  },
  "devDependencies": {
    "@mdi/font": "^7.0.96",
    "@microsoft/api-extractor": "^7.33.6",
    "@vitejs/plugin-vue": "^3.2.0",
    "typedoc": "^0.23.21",
    "typescript": "^4.8.4",
    "vite": "^3.2.3",
    "vue": "^3.2.45",
    "vuetify": "^3.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yydounai1234/Yami.git"
  },
  "author": "794095300@qq.com",
  "homepage": "https://github.com/yydounai1234/Yami#readme",
  "bugs": {
    "url": "https://github.com/yydounai1234/Yami/issues"
  }
}
