{
  "name": "@authok/authok-angular",
  "version": "1.0.1",
  "description": "Authok SDK for Angular Single Page Applications (SPA)",
  "keywords": [
    "authok",
    "login",
    "Authorization Code Grant Flow",
    "PKCE",
    "Single Page Application authentication",
    "SPA authentication",
    "angular"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.schematics.json",
    "copy:collection": "cp schematics/collection.json ../../dist/authok-angular/schematics/collection.json",
    "postbuild": "npm run copy:collection"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/authok/authok-angular.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/authok/authok-angular/issues"
  },
  "homepage": "https://github.com/authok/authok-angular#readme",
  "peerDependencies": {
    "@angular/common": ">=9 <=13",
    "@angular/core": ">=9 <=13",
    "@angular/router": ">=9 <=13"
  },
  "dependencies": {
    "@authok/authok-spa-js": "^1.19.7",
    "tslib": "^2.0.0"
  },
  "schematics": "./schematics/collection.json",
  "devDependencies": {
    "typescript": "^4.6.3"
  }
}
