{
  "name": "right-angled",
  "version": "16.0.1",
  "homepage": "https://github.com/eastbanctechru/right-angled#readme",
  "author": "True Engineering",
  "license": "MIT",
  "description": "Lightweight and easy to use angular data grids. Integrates with your markup and styles rather than generating its own.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eastbanctechru/right-angled.git"
  },
  "keywords": [
    "data",
    "data table",
    "grid",
    "list",
    "angular",
    "unobtrusive"
  ],
  "bugs": {
    "url": "https://github.com/eastbanctechru/right-angled/issues"
  },
  "dependencies": {
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "@angular/common": "16.2.12",
    "@angular/core": "16.2.12",
    "rxjs": "7.8.0"
  },
  "module": "fesm2022/right-angled.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/right-angled.mjs",
      "esm": "./esm2022/right-angled.mjs",
      "default": "./fesm2022/right-angled.mjs"
    }
  },
  "sideEffects": false
}