{
    "name": "@zone-eu/wild-config",
    "version": "1.7.5",
    "description": "Configuration management module",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "test": "grunt",
        "typecheck": "tsc -p tsconfig.json"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zone-eu/wild-config.git"
    },
    "keywords": [
        "config"
    ],
    "author": "Andris Reinman",
    "license": "(MIT OR EUPL-1.1+)",
    "bugs": {
        "url": "https://github.com/zone-eu/wild-config/issues"
    },
    "homepage": "https://github.com/zone-eu/wild-config#readme",
    "dependencies": {
        "deep-extend": "0.6.0",
        "glob": "8.0.3",
        "minimist": "1.2.6",
        "toml": "3.0.0"
    },
    "devDependencies": {
        "@types/deep-extend": "0.6.2",
        "@types/eslint-config-prettier": "6.11.3",
        "@types/glob": "8.1.0",
        "@types/grunt": "0.4.32",
        "@types/minimist": "1.2.5",
        "@types/node": "25.7.0",
        "eslint-config-nodemailer": "1.2.0",
        "eslint-config-prettier": "8.5.0",
        "grunt": "1.5.3",
        "grunt-cli": "1.4.3",
        "grunt-eslint": "24.0.0",
        "typescript": "6.0.3"
    }
}
