{
  "name": "@devstroupe/devkit-angular",
  "version": "1.1.16",
  "description": "DevsTroupe Development Kit — Angular base classes: BaseListPage with reactive pagination and URL-synced filters",
  "license": "MIT",
  "keywords": [
    "devstroupe",
    "devkit",
    "angular",
    "crud",
    "pagination",
    "filters",
    "rxjs",
    "typescript"
  ],
  "homepage": "https://github.com/devstroupe/devkit#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/devstroupe/devkit.git",
    "directory": "packages/devkit-angular"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "socket.io-client": "^4.7.5",
    "@devstroupe/devkit-core": "1.1.16"
  },
  "peerDependencies": {
    "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/router": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "rxjs": "^7.0.0",
    "socket.io-client": "^4.7.0"
  },
  "devDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/compiler": "^21.0.0",
    "@angular/compiler-cli": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/router": "^21.0.0",
    "@types/node": "^20.19.43",
    "rxjs": "^7.8.1",
    "socket.io-client": "^4.7.5",
    "typescript": "~5.7.0"
  },
  "scripts": {
    "build": "ngc",
    "test": "tsc && node --test dist/**/*.test.js"
  }
}