{
  "name": "pmcf",
  "version": "2.32.1",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "default": "./src/module.mjs"
    }
  },
  "description": "Poor mans configuration management",
  "keywords": [
    "config",
    "config management"
  ],
  "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 es2024 --lib 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 es2024 --lib esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
  },
  "dependencies": {
    "ip-utilties": "^1.3.1",
    "npm-pkgbuild": "^18.0.1",
    "pacc": "^3.4.0",
    "pkg-dir": "^8.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "ava": "^6.2.0",
    "c8": "^10.1.3",
    "documentation": "^14.0.3",
    "semantic-release": "^24.2.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=22.14.0"
  },
  "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"
    ]
  }
}
