{
  "name": "vite-plugin-watches",
  "type": "module",
  "version": "0.0.4",
  "packageManager": "pnpm@7.2.1",
  "description": "",
  "license": "MIT",
  "homepage": "https://github.com/wulinsheng123/vite-plugin-watches/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wulinsheng123/vite-plugin-watches.git"
  },
  "bugs": "https://github.com/wulinsheng123/vite-plugin-watches/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "client/dist",
    "./20220802-170735.gif"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint .",
    "release": "bumpp && npm publish",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.25.1",
    "@antfu/utils": "^0.5.2",
    "@rollup/pluginutils": "^4.2.1",
    "@types/node": "^18.0.0",
    "bumpp": "^8.2.1",
    "eslint": "^8.18.0",
    "pnpm": "^7.2.1",
    "rimraf": "^3.0.2",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4",
    "vite": "^3.0.4",
    "vite-dev-rpc": "^0.1.0",
    "vitest": "^0.15.1"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "kolorist": "^1.5.1",
    "sirv": "^2.0.2"
  }
}
