{
  "name": "jolt-cli",
  "version": "2.8.9",
  "description": "Build high-quality packages faster with Jolt.",
  "license": "MIT",
  "author": "Mark Miyashita <negativetwelve@gmail.com>",
  "homepage": "https://github.com/negativetwelve/jolt",
  "repository": "https://github.com/negativetwelve/jolt/tree/master/packages/jolt-cli",
  "keywords": [
    "cli",
    "development",
    "dx",
    "jolt"
  ],
  "main": "build/jolt",
  "files": [
    "bin",
    "build"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "bin": {
    "jolt": "build/jolt.js"
  },
  "dependencies": {
    "jolt-config": "^2.8.9",
    "jolt-core": "^2.8.9",
    "jolt-scripts": "^2.8.9",
    "jolt-utils": "^2.8.9",
    "update-notifier": "^2.2.0"
  },
  "scripts": {
    "build": "babel src --out-dir build --ignore '**/*.spec.js'",
    "clean": "rimraf build",
    "prepublishOnly": "yarn run clean && yarn run build"
  }
}
