docs/package.json

36 lines
883 B
JSON
Raw Normal View History

2024-05-12 01:45:37 -07:00
{
"name": "general-documentation",
"version": "1.0.0",
"description": "Documentation for my smaller projects.",
"main": "null",
"scripts": {
"lint": "markdownlint ./docs/**/*.md",
"start": "docsify serve ./docs -o --port 3200"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhcarrigan/general-documentation.git"
},
"engines": {
"node": "20",
"pnpm": "9"
2024-05-12 01:45:37 -07:00
},
"keywords": [
"docsify",
"documentation"
],
"author": "Naomi Carrigan",
"license": "SEE LICENSE IN https://docs.nhcarrigan.com/#/license",
"bugs": {
"url": "https://github.com/nhcarrigan/general-documentation/issues"
},
"homepage": "https://github.com/nhcarrigan/general-documentation#readme",
"dependencies": {
"docsify-cli": "4.4.4"
},
"devDependencies": {
"markdownlint": "0.34.0",
"markdownlint-cli": "0.39.0"
}
}