{
  "name": "tandem-cli",
  "version": "10.1.40",
  "distVersion": "10.1.38",
  "description": "",
  "main": "index.js",
  "bin": {
    "tandem": "./bin/tandem"
  },
  "scripts": {
    "postinstall-old": "node install.js",
    "clean": "rm -rf  node_modules",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "prepare": "npm run build"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "extract-zip": "^1.6.7",
    "fs-extra": "^6.0.1",
    "fsa": "^0.5.1",
    "glob": "^7.1.2",
    "progress": "^2.0.0",
    "request": "^2.87.0",
    "tandem-starter-kits": "^10.1.38",
    "yargs": "^12.0.5",
    "yauzl": "^2.10.0"
  },
  "gitHead": "19eb9771125c28ed4aaf8ccf4aebf998b22294c4",
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/commander": "^2.12.2",
    "@types/extract-zip": "^1.6.2",
    "@types/inquirer": "^0.0.43",
    "@types/node": "^10.12.21",
    "@types/yauzl": "^2.9.1",
    "inquirer": "^6.2.2",
    "typescript": "^3.3.1"
  }
}
