{
    "name": "@becode/cli",
    "version": "0.10.3",
    "description": "CLI Utils at BeCode. Useful for everyone at BeCode.",
    "keywords": [
        "cli",
        "tools",
        "shortcuts",
        "docker-compose"
    ],
    "homepage": "https://github.com/becodeorg/cli#readme",
    "bugs": {
        "url": "https://github.com/becodeorg/cli/issues"
    },
    "author": {
        "name": "leny",
        "url": "https://becode.org",
        "email": "leny@becode.org"
    },
    "main": "./bin/index.js",
    "bin": {
        "becode": "./bin/index.js"
    },
    "files": [
        "bin",
        "data"
    ],
    "scripts": {
        "work": "npx babel src --watch --verbose --out-dir bin",
        "build": "npx babel src --out-dir bin",
        "prepare": "npx babel src --out-dir bin",
        "lint": "npx eslint --fix --cache src",
        "postinstall": "node -e \"try{require('./bin/post-install.js')}catch(e){}\""
    },
    "lint-staged": {
        "*.js": [
            "npx eslint --fix --cache"
        ]
    },
    "husky": {
        "hooks": {
            "pre-commit": "npx lint-staged"
        }
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/becodeorg/cli.git"
    },
    "license": "MIT",
    "dependencies": {
        "axios": "^0.19.0",
        "chalk": "^4.0.0",
        "commander": "^5.0.0",
        "commander-completion": "^1.0.1",
        "dayjs": "^1.8.26",
        "enquirer": "^2.3.0",
        "git-toplevel": "^1.1.1",
        "got": "^11.1.3",
        "graphql-request": "^1.8.2",
        "json2yaml": "^1.1.0",
        "koa": "^2.10.0",
        "luxon": "^1.11.3",
        "make-dir": "^3.0.0",
        "murmur": "0.0.2",
        "open": "^7.0.0",
        "opn": "^6.0.0",
        "ora": "^4.0.2",
        "qs": "^6.9.0",
        "terminal-image": "^1.0.0",
        "update-notifier": "^4.0.0",
        "user-home": "^2.0.0"
    },
    "devDependencies": {
        "@babel/cli": "^7.2.3",
        "@babel/core": "^7.3.3",
        "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
        "@babel/preset-env": "^7.3.1",
        "babel-eslint": "^10.0.1",
        "eslint": "^7.0.0",
        "eslint-plugin-prettier": "^3.0.1",
        "husky": "^4.2.1",
        "lint-staged": "^10.0.7",
        "prettier": "^2.0.4"
    }
}
