{
  "name": "sake-cli",
  "version": "0.7.3",
  "description": "The Sake command line interface",
  "homepage": "http://github.com/sakejs/sake-cli",
  "bugs": "http://github.com/sakejs/sake-cli/issues",
  "keywords": [
    "async",
    "build",
    "bundle",
    "cli",
    "coffee",
    "coffeescript",
    "make",
    "minify",
    "reload",
    "sake",
    "sakefile",
    "scaffold",
    "server",
    "task",
    "test",
    "tool",
    "typescript",
    "uglify",
    "watch"
  ],
  "bin": {
    "sake": "bin/sake"
  },
  "main": "lib/sake.js",
  "module": "lib/sake.mjs",
  "scripts": {
    "build": "handroll src/cli.coffee --cli --executable -o bin/sake",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "test": "bin/sake test"
  },
  "author": "Hanzo, Inc. <hi@hanzo.io>",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "http://github.com/sakejs/sake-cli"
  },
  "dependencies": {
    "babel-core": "^6.26.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "find-coffee": "^0.2.0",
    "sake-core": "^1.6.7",
    "yargs": "^11.1.0"
  },
  "devDependencies": {
    "bluebird": "^3.5.1",
    "coffeescript": "^2.2.4",
    "es-is": "^3.3.10",
    "mz": "^2.7.0",
    "sake-bundle": "^0.6.7",
    "sake-outdated": "^0.3.0",
    "sake-publish": "^0.1.17",
    "sake-test": "^0.2.1",
    "sake-version": "^0.1.19"
  }
}