{
  "name": "static-columns",
  "version": "21.0.64",
  "scripts": {
    "taon init": "taon init",
    "taon start": "taon start",
    "taon build:lib": "taon build:lib",
    "taon build:watch:lib": "taon build:watch:lib",
    "taon build:watch:app": "taon build:watch:app",
    "taon build:watch:electron": "taon build:watch:electron",
    "taon docs": "taon docs",
    "taon docs:watch": "taon docs:watch",
    "taon clear": "taon clear",
    "taon release": "taon release",
    "taon release:auto": "taon release:auto",
    "taon release:install:locally": "taon release:install:locally",
    "taon migration:create": "taon migration:create",
    "taon migration:run": "taon migration:run",
    "taon migration:revert": "taon migration:revert",
    "taon vscode:temp:show": "taon vscode:temp:show",
    "taon vscode:temp:hide": "taon vscode:temp:hide"
  },
  "license": "MIT",
  "author": "Dariusz Filipiak",
  "private": false,
  "homepage": "https://github.com/darekf77/static-columns#readme",
  "bugs": {
    "url": "https://github.com/darekf77/static-columns/issues"
  },
  "dependencies": {},
  "description": "Static columns with flex-box for Angular 2+",
  "keywords": [
    "angular2",
    "static",
    "width",
    "column",
    "static",
    "columns",
    "flex-box",
    "columns"
  ],
  "main": "dist/app.electron.js",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darekf77/static-columns.git"
  },
  "bin": {
    "static-columns": "bin/static-columns",
    "static-columns-debug": "bin/static-columns-debug",
    "static-columns-debug-brk": "bin/static-columns-debug-brk"
  },
  "peerDependencies": {
    "rxjs": "~7.8.2",
    "@angular/cdk": "~21.0.5"
  },
  "devDependencies": {}
}
