forked from Devs-Dungeon/support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 837 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "devs-dungeon-support",
"version": "1.0.0",
"description": "A Docsify site providing various information relevant to our community.",
"main": "null",
"scripts": {
"lint": "markdownlint ./docs/**/*.md",
"start": "docsify serve ./docs -o --port 3200"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhcarrigan/support.git"
},
"keywords": [
"docsify",
"support",
"markdown"
],
"engines": {
"node": "^16.10.0",
"npm": "^8.0.0"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Devs-Dungeon/support/issues"
},
"homepage": "https://github.com/Devs-Dungeon/support#readme",
"dependencies": {
"docsify-cli": "^4.4.3"
},
"devDependencies": {
"markdownlint": "^0.24.0",
"markdownlint-cli": "^0.30.0"
}
}