{
  "name": "@sentry/junior-plugin-api",
  "version": "0.221.1",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getsentry/junior.git",
    "directory": "packages/junior-plugin-api"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "commander": "^14.0.3",
    "zod": "^4.5.4"
  },
  "devDependencies": {
    "@oxlint/plugins": "1.79.0",
    "oxlint": "^1.79.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsup",
    "lint": "oxlint --config ../junior/.oxlintrc.json --deny-warnings src tsup.config.ts",
    "typecheck": "tsc --noEmit"
  }
}