{
  "name": "angular-django2",
  "version": "0.1.4",
  "description": "Angular library workspace for Django-friendly integration primitives and custom Angular CLI schematics.",
  "keywords": [
    "angular",
    "django",
    "csrf",
    "http",
    "library",
    "npm",
    "schematics"
  ],
  "license": "MIT",
  "homepage": "https://github.com/shlomoa/angular-django2#readme",
  "bugs": {
    "url": "https://github.com/shlomoa/angular-django2/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shlomoa/angular-django2.git"
  },
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "peerDependencies": {
    "@angular/common": "^21.2.0",
    "@angular/core": "^21.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/angular-django2.mjs",
  "typings": "types/angular-django2.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angular-django2.d.ts",
      "default": "./fesm2022/angular-django2.mjs"
    }
  },
  "type": "module"
}