{
  "name": "johnny-cli",
  "version": "0.0.3",
  "description": "CLI for Johnny Deps",
  "main": "build/johnny.js",
  "scripts": {
    "compile": "babel --presets es2015,stage-0 -d lib/ src/",
    "build": "NODE_ENV=production webpack --env.environment production --config config/webpack.js",
    "typecheck": "flow",
    "fakeapi": "node fakeapi/server.js",
    "test": "jest --env=node --coverage"
  },
  "bin": {
    "johnny": "./build/johnny.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "babel-polyfill": "6.22.0",
    "cardinal": "1.0.0",
    "commander": "2.9.0",
    "dfs": "0.0.2",
    "fs": "0.0.1-security",
    "lodash": "4.17.4",
    "node-fetch": "1.6.3",
    "promptly": "2.1.0",
    "ramda": "0.24.1",
    "restful.js": "0.9.6",
    "some": "0.1.1",
    "test": "0.6.0",
    "webpack": "2.2.0",
    "webpack-node-externals": "1.5.4"
  },
  "devDependencies": {
    "babel-cli": "6.22.2",
    "babel-core": "6.22.1",
    "babel-jest": "21.2.0",
    "babel-loader": "6.2.10",
    "babel-plugin-flow-runtime": "0.2.1",
    "babel-plugin-transform-flow-strip-types": "6.22.0",
    "babel-preset-babili": "0.0.10",
    "babel-preset-env": "1.1.8",
    "babel-preset-es2015": "6.22.0",
    "babel-preset-stage-0": "6.22.0",
    "banner-webpack-plugin": "0.2.3",
    "clean-webpack-plugin": "0.1.17",
    "commander": "2.9.0",
    "flow-bin": "0.38.0",
    "flow-runtime": "0.2.1",
    "jest": "21.2.1",
    "jest-cli": "21.2.1",
    "jest-file-exists": "19.0.0",
    "json-server": "0.9.4",
    "lodash": "4.17.4",
    "mock-fs": "4.4.1",
    "path": "0.12.7",
    "request": "2.83.0",
    "webpack": "2.2.0",
    "webpack-node-externals": "1.5.4"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/jest/",
      "/__tests__/",
      "(/__tests__/.*|\\.(index|test|spec))\\.js$"
    ],
    "moduleFileExtensions": [
      "js",
      "json"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/(build|tmp|cache)/"
    ],
    "modulePaths": [
      "<rootDir>/src/"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/jest/setup.js",
    "transform": {
      ".*": "<rootDir>/jest/transform.js"
    },
    "testPathIgnorePatterns": [
      "<rootDir>/(jest|containers|coverage|build|tmp|cache|node_modules)/"
    ],
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(index|test|spec))\\.js$"
  }
}
