{
    "name": "odc",
    "version": "4.1.0",
    "description": "Update your npm dependencies easily!",
    "main": "index.js",
    "type": "module",
    "scripts": {
        "test": "xo"
    },
    "bin": {
        "odc": "index.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/xxczaki/odc.git"
    },
    "engines": {
        "node": ">=12"
    },
    "keywords": [
        "odc",
        "update",
        "dependencies",
        "npm",
        "latest",
        "deps",
        "fast",
        "upgrade",
        "updates"
    ],
    "author": {
        "name": "Antoni Kepinski",
        "email": "antoni@kepinski.ch",
        "url": "https://www.kepinski.ch"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/xxczaki/odc/issues"
    },
    "homepage": "https://github.com/xxczaki/odc#readme",
    "dependencies": {
        "columnify": "^1.5.4",
        "find-up": "^5.0.0",
        "getopts": "^2.3.0",
        "kleur": "^4.1.4",
        "latest-version": "^5.1.0",
        "log-update": "^4.0.0",
        "p-map": "^5.0.0",
        "storage-async": "1.0.1"
    },
    "devDependencies": {
        "xo": "^0.40.1"
    }
}