{
  "name": "project-control",
  "version": "0.0.50",
  "description": "project-control is a group of tasks used in the creation of an Angular app",
  "author": "David Donovan",
  "license": "MIT",
  "scripts": {
    "Npm:Install": "npm install",
    "Npm:Update": "npm update",
    "Build:Watch": "node ./node_modules/typescript/bin/tsc -w",
    "Debug:Git-Hook": "node ./git-hooks/pre-push.js"
  },
  "dependencies": {
    "@types/node": "^13.13.15",
    "base64-img": "1.0.4",
    "bluebird": "^3.5.3",
    "body-parser": "^1.19.0",
    "child_process": "^1.0.2",
    "colors": "1.3.2",
    "cors": "2.8.5",
    "express": "^4.17.1",
    "fs-extra": "8.1.0",
    "glob": "^7.1.3",
    "https": "^1.0.0",
    "memory-streams": "^0.1.3",
    "ngx-modelling": "^1.0.57",
    "node-command-line": "^1.0.2",
    "node-localstorage": "^2.1.6",
    "os": "^0.1.1",
    "path": "^0.12.7",
    "tslib": "^1.13.0"
  },
  "devDependencies": {
    "typescript": "^4.0.5"
  }
}
