pmcf
Version:
Poor mans configuration management
89 lines (88 loc) • 2.64 kB
JSON
{
"name": "pmcf",
"version": "4.19.2",
"publishConfig": {
"access": "public"
},
"packageManager": "npm@11.10.0+sha512.8bc844e37892200305b98562f13c6c10849d10b3387c8cdaeb4d1a2e32746a79063cba9dd284cf28c26a01c3bf4169b7d3b31b4a5586cc970d6749463108073c",
"exports": {
".": {
"default": "./src/module.mjs"
}
},
"description": "Poor mans configuration management",
"keywords": [
"arch linux",
"bind",
"chrony",
"config",
"config management",
"debian",
"dhcp",
"dns",
"influxdb",
"iwd",
"kea",
"keepalived",
"mosquitto",
"openldap",
"rpm",
"systemd"
],
"contributors": [
{
"name": "Markus Felten",
"email": "markus.felten@gmx.de"
}
],
"license": "0BSD",
"bin": {
"pmcf-info": "./bin/pmcf-info",
"pmcf-network": "./bin/pmcf-network",
"pmcf-package": "./bin/pmcf-package"
},
"scripts": {
"prepare": "node --run prepare:typescript",
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
"test": "node --run test:ava",
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src**/*.mjs",
"lint": "node --run lint:docs && node --run lint:typescript",
"lint:docs": "documentation lint ./src**/*.mjs",
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"dependencies": {
"content-entry-transform": "^1.6.4",
"ip-utilties": "^3.0.0",
"npm-pkgbuild": "^20.6.3",
"pacc": "^9.0.0",
"package-directory": "^8.2.0"
},
"devDependencies": {
"@types/node": "^25.2.3",
"ava": "^6.4.1",
"c8": "^10.1.3",
"documentation": "^14.0.3",
"semantic-release": "^25.0.3",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=24.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlac77/pmcf.git"
},
"bugs": {
"url": "https://github.com/arlac77/pmcf/issues"
},
"homepage": "https://github.com/arlac77/pmcf#readme",
"template": {
"inheritFrom": [
"arlac77/template-arlac77-github",
"arlac77/template-node-app",
"arlac77/template-typescript"
]
}
}