{
  "name": "glass-app-manager",
  "version": "0.1.35",
  "description": "Informatica's Glass Framework CLI for bootstrapping",
  "repository": "//OpsInsight/Eagle/ui/glass-app-manager/",
  "maintainers": [
    "Informatica's OpsInsights Team"
  ],
  "license": "UNLICENSED",
  "main": "index.js",
  "reveal": true,
  "bin": {
    "glass-app-manager": "index.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "test": "ava -v && standard *.js lib/*.js",
    "build": "node scripts/build.config.js",
    "publish:app": "npm run build && npm publish"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5",
    "yarn": "Yarn is not supported. Please use npm instead."
  },
  "dependencies": {
    "chalk": "2.4.2",
    "commander": "^2.16.0",
    "conf": "^2.0.0",
    "cp-file": "^6.0.0",
    "del": "^3.0.0",
    "execa": "^1.0.0",
    "globby": "^9.0.0",
    "handlebars": "^4.0.11",
    "inquirer": "^6.0.0",
    "make-dir": "^1.3.0",
    "node-compat-require": "^1.0.5",
    "ora": "^3.0.0",
    "p-each-series": "^1.0.0",
    "replace-in-files": "^1.1.4",
    "validate-npm-package-name": "^3.0.0",
    "which": "^1.3.1"
  },
  "devDependencies": {
    "ava": "^1.1.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.15.1",
    "rmfr": "^2.0.0",
    "standard": "^12.0.1"
  }
}
