{ "name": "ansible-infrastructure", "version": "1.0.0", "description": "Ansible infrastructure automation project", "private": true, "scripts": { "test:markdown": "markdownlint-cli2 README.md 'docs/**/*.md'", "test:links": "markdown-link-check README.md docs/**/*.md" }, "devDependencies": { "markdown-link-check": "^3.13.7", "markdownlint-cli2": "^0.18.1" }, "engines": { "node": ">=22.0.0", "npm": ">=10.0.0" }, "keywords": [ "ansible", "infrastructure", "automation", "devops" ], "license": "MIT" }