{
  "name": "ngx-angular-sidebar",
  "version": "20.0.0",
  "description": "Angular sidebar component 9+. Forked from https://github.com/arkon/ng-sidebar.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erikramalho/ngx-sidebar.git"
  },
  "homepage": "https://github.com/erikramalho/ngx-sidebar/blob/master/README.md",
  "bugs": {
    "url": "https://github.com/erikramalho/ngx-sidebar/issues"
  },
  "files": [
    "lib_commonjs/*",
    "lib_esmodule/*",
    "README.md",
    "LICENSE"
  ],
  "author": "Eugene Cheung",
  "license": "MIT",
  "keywords": [
    "angular",
    "ng",
    "sidebar",
    "component"
  ],
  "main": "./lib_commonjs/index.js",
  "module": "./lib_esmodule/index.js",
  "jsnext:main": "./lib_esmodule/index.js",
  "typings": "./lib_commonjs/index.d.ts",
  "scripts": {
    "build:commonjs": "rimraf lib_commonjs && ngc -p tsconfig.json",
    "build:esmodule": "rimraf lib_esmodule && ngc -p tsconfig.module.json",
    "build": "npm run build:commonjs && npm run build:esmodule",
    "prepare": "npm run build"
  },
  "peerDependencies": {
    "@angular/core": ">=20.0.0",
    "@angular/common": ">=20.0.0"
  },
  "devDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/compiler": "^20.0.0",
    "@angular/compiler-cli": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@angular/platform-browser": "^20.0.0",
    "rimraf": "^3.0.2",
    "rxjs": "^7.0.0",
    "typescript": "~5.8.2",
    "zone.js": "~0.15.0"
  }
}
