{
  "name": "cloe",
  "version": "0.1.3",
  "description": "framework for building developer tools on the cli and in editors",
  "scripts": {
    "format": "prettier --write 'src/**/*.js'",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run test && npm run build",
    "test": "jest",
    "lint": "eslint . --max-warnings 0"
  },
  "main": "./lib/core/engine.js",
  "bin": {
    "cloe": "./lib/cli/main.js"
  },
  "author": "Frankie Bagnardi <f.bagnardi@gmail.com>",
  "license": "MIT",
  "private": false,
  "dependencies": {
    "babel-core": "^6.26.3",
    "babel-generator": "^6.26.1",
    "babel-plugin-flow-runtime": "^0.17.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-strict-mode": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-3": "^6.24.1",
    "babel-register": "^6.26.0",
    "babel-traverse": "^6.26.0",
    "babylon": "^6.18.0",
    "chalk": "^2.4.1",
    "eslint-plugin-flowtype": "^2.46.3",
    "flow-runtime": "^0.17.0",
    "glob": "^7.1.2",
    "lodash": "^4.17.10",
    "object-hash": "^1.3.0",
    "postcss": "^6.0.22",
    "promise.map": "^0.0.2",
    "require-relative": "^0.8.7",
    "util.promisify": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^22.4.3",
    "eslint": "^4.19.1",
    "eslint-plugin-import": "^2.11.0",
    "flow-bin": "^0.72.0",
    "jest": "^22.4.3",
    "prettier": "1.12.1"
  },
  "jest": {
    "testRegex": "src/.*/__tests__/.*\\.test.js"
  }
}
