-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 801 Bytes
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
{
"name": "@lorebooks-wiki",
"version": "0.1.0",
"description": "Homepage for the lorebooks.wiki domain service",
"main": "null",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "mkdocs serve",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lorebooks-wiki/homepage"
},
"author": {
"name": "Recap Time Squad",
"email": "opensource@crew.recaptime.dev"
},
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/lorebooks-wiki/homepage"
},
"homepage": "https://lorebooks.wiki",
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"markdownlint": "^0.23.0",
"netlify-cli": "^17.36.3"
}
}