-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 741 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
{
"name": "msm-wiki",
"version": "1.0.0",
"private": true,
"description": "MSM Project Wiki - Documentation for MSM Manager",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test": "node --test test/*.test.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msm9527/msm-wiki.git"
},
"keywords": ["msm", "mosdns", "wiki", "documentation"],
"author": "MSM Team",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/msm9527/msm-wiki/issues"
},
"homepage": "https://doc.msmbox.net/",
"devDependencies": {
"vitepress": "^1.6.4",
"vue": "^3.5.26"
}
}