{
    "name": "json-bump",
    "version": "1.0.2",
    "description": "bumps the \"version\" entry for a JSON file",
    "main": "version.js",
    "scripts": {
        "test": "node test/test",
        "prepublishOnly": "yarn test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/davidfig/json-bump.git"
    },
    "keywords": [
        "bump",
        "json",
        "version",
        "semver"
    ],
    "author": "David S. Figatner",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/davidfig/json-bump/issues"
    },
    "homepage": "https://github.com/davidfig/json-bump#readme",
    "bin": {
        "json-bump": "index.js"
    },
    "dependencies": {
        "fs-extra": "^9.0.1"
    }
}
