{
    "name": "imergo-utils",
    "description": "Generic system and data utilities.",
    "version": "8.6.0",
    "author": {
        "name": "Digital Health Department, Fraunhofer Institute for Applied Information Technology FIT",
        "email": "webcc@fit.fraunhofer.de",
        "url": "https://www.fit.fraunhofer.de/"
    },
    "type": "module",
    "exports": "./src/index.js",
    "license": "Apache-2.0",
    "dependencies": {
        "color": "4.2.3",
        "ini": "4.1.3",
        "luxon": "3.4.4",
        "mime": "4.0.3",
        "uuid": "10.0.0"
    },
    "devDependencies": {},
    "files": [
        "/src",
        "/test",
        "package.json",
        "package-lock.json",
        "README.md",
        "LICENSE.txt"
    ],
    "repository": {
        "type": "git",
        "url": "https://gitlab.cc-asp.fraunhofer.de/health-open/imergo-utils.git"
    },
    "engines": {
        "node": ">=22"
    },
    "scripts": {
        "test": "node --test --test-reporter spec",
        "test:coverage": "node --experimental-test-coverage --test"
    }
}