{
  "name": "ng2-rest",
  "version": "21.0.53",
  "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": {
    "name": "Dariusz Filipiak"
  },
  "private": false,
  "homepage": "https://github.com/darekf77/ng2-rest#readme",
  "bugs": {
    "url": "https://github.com/darekf77/ng2-rest/issues"
  },
  "dependencies": {
    "axios": "1.13.6",
    "diff": "~4.0.2",
    "express": "~4.22.1",
    "form-data": "~4.0.5",
    "rxjs": "~7.8.2",
    "json10": "~21.0.0",
    "lodash-walk-object": "~21.0.0",
    "ng2-logger": "~21.0.0",
    "tnp-core": "~21.0.0",
    "typescript-class-helpers": "~21.0.0"
  },
  "description": "Description for ng2-rest. Hello world!",
  "keywords": [
    "isomorphic",
    "logger",
    "log",
    "typescript"
  ],
  "main": "dist/app.electron.js",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darekf77/ng2-rest.git"
  },
  "bin": {
    "ng2-rest": "bin/ng2-rest",
    "ng2-rest-debug": "bin/ng2-rest-debug",
    "ng2-rest-debug-brk": "bin/ng2-rest-debug-brk"
  },
  "peerDependencies": {},
  "devDependencies": {}
}
