{
  "name": "atomiq-cli",
  "version": "1.0.0-alpha.42",
  "description": "Atomiq CLI",
  "license": "MIT",
  "scripts": {
    "test": "babel-node ./node_modules/.bin/isparta cover --report html ./node_modules/mocha/bin/_mocha -- --recursive src/test",
    "prepublish": "node make babel",
    "lint": "eslint src",
    "format": "esformatter -i 'src/**/*.js'"
  },
  "bin": {
    "atomiq": "./dist/bin/atomiq.js"
  },
  "repository": "atomiqio/atomiq-cli",
  "dependencies": {
    "babel-cli": "^6.9.0",
    "babel-eslint": "^6.0.5",
    "babel-plugin-transform-async-to-generator": "^6.8.0",
    "babel-plugin-transform-class-properties": "^6.10.2",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
    "babel-register": "^6.9.0",
    "chalk": "*",
    "commander": "*",
    "debug": "*",
    "esformatter": "^0.9.3",
    "eslint": "^3.0.1",
    "eslint-plugin-babel": "^3.2.0",
    "inquirer": "^1.0.3",
    "isparta": "^4.0.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3",
    "node-fetch": "^1.5.3",
    "nodemon": "^1.9.2",
    "nunjucks": "*",
    "optimist": "*",
    "prompt": "*",
    "ramda": "*",
    "rimraf": "*",
    "semver": "*",
    "shelljs": "*",
    "source-map-support": "^0.4.0",
    "watch": "^0.19.1"
  },
  "atomiq": {
    "supportedVersion": "1.0.7"
  }
}
