{
  "name": "tcc-cli",
  "version": "0.1.0",
  "description": "theCodeCampus CLI - Manage Hands-On Solutions",
  "author": "W11K GmbH",
  "contributors": [
    "Can Kattwinkel",
    "Philipp Burgmer"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc && chmod +x dist/tcc.js",
    "prepublish": "npm run build",
    "test": "tsc && jasmine"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "lodash": "^4.16.4",
    "nodegit": "^0.16.0",
    "readline-sync": "^1.4.5",
    "simple-git": "^1.59.0",
    "winston": "^2.2.0"
  },
  "main": "./dist/tcc.js",
  "bin": {
    "tcc": "./dist/tcc.js"
  },
  "devDependencies": {
    "@types/jasmine": "^2.5.36",
    "@types/lodash": "^4.14.37",
    "@types/winston": "0.0.29",
    "jasmine": "^2.5.2",
    "typescript": "2.0.2"
  }
}
