{
  "name": "@ngstack/install",
  "version": "0.3.1",
  "description": "Angular Package Installer",
  "keywords": [
    "Angular",
    "Angular CLI",
    "angular-cli",
    "typescript",
    "tool",
    "cli"
  ],
  "main": "main.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "ngi": "./bin/ngi"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngstack/install.git"
  },
  "author": "Denys Vuika <denys.vuika@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ngstack/install/issues"
  },
  "homepage": "https://github.com/ngstack/install#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.18.0",
    "prettier": "^1.14.3",
    "shelljs": "^0.8.2",
    "typescript": "^3.1.1"
  },
  "devDependencies": {
    "@types/node": "^12.7.1",
    "@types/prettier": "^1.13.2",
    "@types/shelljs": "^0.8.0"
  }
}
