{
  "name": "vite-plugin-worker",
  "version": "1.0.5",
  "description": "Better workers for Vite",
  "repository": {
    "type": "git",
    "url": "https://github.com/mathe42/vite-plugin-worker"
  },
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Sebastian Krüger (@mathe42)",
  "license": "MIT",
  "scripts": {
    "build": "tsup src/index.ts --dts --format cjs,esm",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "@types/node": "16.9.6",
    "typescript": "4.5.2",
    "vite": "2.6.14"
  },
  "peerDependencies": {
    "vite": "^2.5.0"
  },
  "dependencies": {
    "tsup": "^5.1.0",
    "vite-plugin-bundle": "^1.0.0"
  }
}
