{
  "name": "@bring-it/sentry",
  "version": "0.7.0",
  "description": "Update sentry artifacts",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "keywords": [
    "bring-it",
    "ci",
    "cli",
    "code",
    "release",
    "sentry",
    "sourcemap",
    "sourcemaps"
  ],
  "homepage": "https://github.com/airkro/bring-it/tree/master/packages/sentry",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airkro/bring-it.git",
    "directory": "packages/sentry"
  },
  "bugs": {
    "url": "https://github.com/airkro/bring-it/issues"
  },
  "bin": {
    "bring-it": "dist/bin.mjs"
  },
  "main": "dist/sub.mjs",
  "files": [
    "dist"
  ],
  "type": "module",
  "dependencies": {
    "globby": "^14.1.0"
  },
  "devDependencies": {
    "@npmcli/promise-spawn": "^8.0.2"
  },
  "peerDependencies": {
    "@bring-it/cli": "^0.10.0"
  },
  "engines": {
    "node": ">=22.11.0 || ^20.18.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "best-shot prod"
  }
}