{
  "name": "@authon/angular",
  "version": "0.3.3",
  "description": "Authon Angular SDK — service, guard, and components",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mikusnuz/authon-sdk.git",
    "directory": "packages/angular"
  },
  "homepage": "https://github.com/mikusnuz/authon-sdk/tree/main/packages/angular",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "authon",
    "angular",
    "auth",
    "guard"
  ],
  "dependencies": {
    "@authon/js": "^0.7.0",
    "@authon/shared": "^0.3.0"
  },
  "peerDependencies": {
    "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.9.3"
  }
}
