Files
docs/package.json
2020-02-09 15:35:59 +00:00

26 lines
603 B
JSON

{
"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"
}
}