{
    "name": "c4k-forgejo",
    "description": "Generate c4k yaml for a forgejo deployment.",
    "author": "meissa GmbH",
    "version": "4.1.2-SNAPSHOT",
    "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme",
    "repository": "https://www.npmjs.com/package/c4k-forgejo",
    "license": "APACHE2",
    "main": "c4k-forgejo.js",
    "bin": {
        "c4k-forgejo": "./c4k-forgejo.js"
    },
    "keywords": [
        "cljs",
        "forgejo",
        "k8s",
        "c4k",
        "deployment",
        "yaml",
        "convention4kubernetes"
    ],
    "bugs": {
        "url": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo/issues"
    },
    "dependencies": {
        "js-base64": "^3.6.1",
        "js-yaml": "^4.0.0"
    },
    "devDependencies": {
        "shadow-cljs": "^2.28.20",
        "source-map-support": "^0.5.21"
    }
}