{
  "name": "sentry-vite-plugin",
  "version": "1.0.4",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c && yarn type-check-generate",
    "test": "echo \"Error: no test specified\" && exit 1",
    "type-check-generate": "tsc --emitDeclarationOnly"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huyanhai/sentry-vite-plugin.git"
  },
  "author": "810839700@qq.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/huyanhai/sentry-vite-plugin/issues"
  },
  "homepage": "https://github.com/huyanhai/sentry-vite-plugin#readme",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vite": ">=2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-json": "^4.1.0",
    "@types/shelljs": "^0.8.10",
    "esbuild": "^0.14.8",
    "rollup": "^2.62.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-esbuild": "^4.8.1",
    "rollup-plugin-typescript2": "^0.31.1",
    "typescript": "^4.5.4",
    "vite": "^2.7.7"
  },
  "dependencies": {
    "@sentry/cli": "^1.71.0",
    "shelljs": "^0.8.4"
  }
}
