forked from CatalysmsServerManager/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 884 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
{
"name": "csmm-docs",
"version": "1.0.0",
"description": "Documentation for CSMM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"commands": "run-p commands:*",
"commands:7d2d": "node scripts/get7D2DCommands.js",
"commands:csmm": "./scripts/getCSMMCommands.sh"
},
"keywords": [
"csmm",
"docs",
"7daystodie"
],
"author": "Catalysm",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"7daystodie-api-wrapper": "^1.5.6",
"dotenv": "^10.0.0",
"npm-run-all": "^4.1.5",
"vuepress": "^1.8.2",
"vuepress-plugin-seo": "^0.1.3",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-theme-yuu": "^3.1.1"
},
"dependencies": {
"vuepress-plugin-plausible": "^0.0.2"
}
}