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