forked from mspcmanager/mspcm-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 748 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 748 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
{
"name": "mspcm-docs",
"version": "1.0.0",
"description": "The unofficial document for Microsoft PC Manager, maintained by MSPCM administrators.",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mspcmanager/mspcm-docs.git"
},
"author": "MSPCM administrators",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mspcmanager/mspcm-docs/issues"
},
"homepage": "https://github.com/mspcmanager/mspcm-docs#readme",
"dependencies": {
"less": "^4.1.3",
"typescript": "^5.0.4",
"vitepress": "^1.0.0-alpha.69",
"vue": "^3.2.47"
}
}