docs/package.json
Naomi 9d04bd6a77 feat: some quick updates (#2)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/2
Co-authored-by: Naomi <commits@nhcarrigan.com>
Co-committed-by: Naomi <commits@nhcarrigan.com>
2024-06-18 18:20:34 +00:00

36 lines
883 B
JSON

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