{
  "name": "gitschwifty",
  "version": "0.1.11",
  "description": "Makes it easy to use git for step-by-step tutorials",
  "bin": {
    "gitschwifty": "./src/cli.js"
  },
  "scripts": {
    "build": "./build.sh",
    "dist": "node ./src/deploy.js",
    "preversion": "go test && npm run build",
    "version": "npm run dist && git add ./dist/hashes.json",
    "postversion": "git push && git push --tags",
    "postinstall": "node ./src/install.js"
  },
  "repository": "git@github.com:mblarsen/gitschwifty.git",
  "author": "Michael Bøcker-Larsen <m19n@protonmail.com>",
  "license": "MIT",
  "devDependencies": {
    "s3": "^4.4.0"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "dotenv": "^4.0.0",
    "download-file": "^0.1.5",
    "sha1-file": "^1.0.0"
  }
}
