{
  "name": "tym-table-editor",
  "version": "0.9.2",
  "description": "'tym-table-editor' is a simple table editor component.",
  "keywords": [
    "angular",
    "front-end",
    "web",
    "table",
    "grid",
    "spreadsheet",
    "editor",
    "undo",
    "redo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/shinichi-tym/tym-ng-ws.git"
  },
  "author": "Shinichi Tayama <shinichi.tym@gmail.com> (https://github.com/shinichi-tym/)",
  "homepage": "https://github.com/shinichi-tym/",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "module": "fesm2022/tym-table-editor.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/tym-table-editor.mjs",
      "esm": "./esm2022/tym-table-editor.mjs",
      "default": "./fesm2022/tym-table-editor.mjs"
    }
  },
  "sideEffects": false
}