-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 828 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 828 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
33
34
35
36
37
38
{
"name": "swtcdoc",
"version": "1.0.0",
"description": "swtc lib documents",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"no test specified\"",
"pretty-quick": "pretty-quick",
"dev": "vuepress dev",
"build": "vuepress build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swtcca/swtcdoc.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swtcca/swtcdoc/issues"
},
"homepage": "https://github.com/swtcca/swtcdoc#readme",
"devDependencies": {
"mermaid": "^8.4.6",
"pretty-quick": "^2.0.1",
"vue-typed-js": "^0.1.2",
"vuepress": "^1.3.0"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"vuepress-plugin-mermaidjs": "^1.8.1"
}
}