{
  "name": "@ohbug/angular",
  "version": "2.0.11",
  "description": "Ohbug SDK for Angular",
  "homepage": "https://github.com/ohbug-org/ohbug#readme",
  "bugs": {
    "url": "https://github.com/ohbug-org/ohbug/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "xinyao",
    "email": "hi@xinyao.me"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ohbug-org/ohbug.git"
  },
  "funding": "https://github.com/sponsors/xinyao27",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ohbug/core": "2.2.3",
    "@ohbug/types": "2.2.2"
  },
  "devDependencies": {
    "@angular/core": "^21.2.6"
  },
  "peerDependencies": {
    "@angular/core": "^13.0.0"
  },
  "scripts": {
    "dev": "vp pack --watch"
  }
}