generated from nhcarrigan/template
feat: migrate from github
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"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": "8"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user