{ "name": "docs", "private": true, "version": "1.0.0", "description": "Source for the official Pi-hole documentation", "main": "", "repository": { "type": "git", "url": "git+https://github.com/pi-hole/docs.git" }, "keywords": [], "author": "", "license": "CC-BY-SA-4.0", "bugs": { "url": "https://github.com/pi-hole/docs/issues" }, "homepage": "https://docs.pi-hole.net/", "scripts": { "markdownlint": "markdownlint \"**/*.md\" -i \"**/node_modules/**\"", "test": "npm run markdownlint" }, "devDependencies": { "markdownlint-cli": "^0.22.0" } }