{
  "name": "@twinski/kickstart-cli",
  "version": "1.37.0",
  "main": "./index.js",
  "author": {
    "name": "Yordi Uytersprot",
    "email": "yordiuytersprot@gmail.com"
  },
  "devDependencies": {
    "yargs": "^12.0.1"
  },
  "dependencies": {
    "adm-zip": "^0.4.11",
    "axios": "^0.18.0",
    "capitalize": "^1.0.0",
    "chalk": "^2.4.1",
    "cli-spinner": "^0.2.8",
    "dotenv": "^6.0.0",
    "download-file": "^0.1.5",
    "extract-zip": "^1.6.7",
    "fetch-github-repo": "^0.2.2",
    "fs": "^0.0.1-security",
    "fs-extra": "^7.0.0",
    "http": "^0.0.0",
    "json-stringify-pretty-compact": "^1.2.0",
    "node-cmd": "^3.0.0",
    "node-stream-zip": "^1.7.0",
    "ora": "^2.1.0",
    "root-require": "^0.3.1",
    "serve": "^9.1.0",
    "shelljs": "^0.8.2",
    "superagent": "^3.8.3",
    "unzipper": "^0.9.0",
    "uppercamelcase": "^3.0.0",
    "yauzl": "^2.9.2"
  },
  "scripts": {
    "test": "node ./index.js serve 8888",
    "push": "npm version minor --force && git add -A && git commit -am '..' && git push origin master && npm publish && yarn global add @twinski/kickstart-cli",
    "test-project": "node ./index.js project xxx",
    "test-component": "node ./index.js component yyy"
  },
  "bin": {
    "kickstart": "./index.js"
  }
}
