{
    "name": "@leiops/dev-cli",
    "version": "1.9.0",
    "contributors": [
        {
            "name": "Fran Budiman",
            "email": "fbudiman@avtr.com"
        },
        {
            "name": "Thomas Huisking",
            "email": "thuisking@avtr.com"
        },
        {
            "name": "Shon Mordo",
            "email": "smordo@avtr.com"
        },
        {
            "name": "Gus Nordhielm",
            "email": "gnordhielm@avtr.com"
        }
    ],
    "description": "A bundle of command line tools for Ops developers.",
    "license": "ISC",
    "preferGlobal": true,
    "bin": {
        "ops": "./dist/index.js"
    },
    "scripts": {
        "dev": "cross-env NODE_ENV=development webpack -w",
        "dist": "cross-env NODE_ENV=production BABEL_ENV=production webpack -p",
        "prepublishOnly": "npm run dist",
        "pretest": "npm run dist",
        "test": "cross-env NODE_ENV=test jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gnordhielm/ops-cli.git"
    },
    "devDependencies": {
        "babel-core": "6.26.0",
        "babel-loader": "7.1.2",
        "babel-plugin-simple-logger": "1.1.1",
        "babel-plugin-webpack-alias": "2.1.2",
        "babel-preset-env": "1.6.1",
        "babel-preset-minify": "0.4.0",
        "babel-preset-stage-0": "6.24.1",
        "jest": "21.2.1",
        "uglifyjs-webpack-plugin": "1.0.0-beta.3",
        "webpack": "3.8.1"
    },
    "dependencies": {
        "ajv": "6.4.0",
        "ansi-escapes": "3.0.0",
        "axios": "0.17.0",
        "babel-preset-babili": "0.1.4",
        "babel-preset-react": "6.24.1",
        "bluebird": "3.5.1",
        "chalk": "2.0.0",
        "clean-webpack-plugin": "0.1.17",
        "cli-cursor": "2.1.0",
        "cli-spinners": "1.1.0",
        "cli-width": "2.0.0",
        "conventional-changelog-core": "1.9.5",
        "conventional-changelog-writer": "2.0.3",
        "cross-env": "5.1.4",
        "current-git-branch": "1.0.1",
        "event-stream": "4.0.1",
        "external-editor": "2.0.4",
        "figures": "2.0.0",
        "html-pdf": "2.2.0",
        "html-webpack-plugin": "2.30.1",
        "jenkins": "0.23.0",
        "lodash": "4.3.0",
        "log-symbols": "2.1.0",
        "marked": "0.3.7",
        "moment": "2.19.1",
        "mute-stream": "0.0.7",
        "node-notifier": "5.3.0",
        "npm": "5.8.0",
        "q": "1.5.1",
        "raw-loader": "0.5.1",
        "react": "16.2.0",
        "react-docgen": "2.20.0",
        "react-dom": "16.2.0",
        "readline": "1.3.0",
        "run-async": "2.2.0",
        "rx-lite": "4.0.8",
        "rx-lite-aggregates": "4.0.8",
        "scp2": "0.5.0",
        "shelljs": "0.7.8",
        "source-map-support": "0.5.0",
        "ssh2": "^0.6.1",
        "string-width": "2.1.0",
        "strip-ansi": "4.0.0",
        "through": "2.3.6",
        "url-loader": "1.0.1",
        "xlsx": "0.11.6",
        "yargs": "9.0.1"
    }
}
