-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 773 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
{
"name": "sheild-cli",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"docs/logo.svg\" alt=\"Shield CLI\" width=\"128\" height=\"128\"> </p>",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengyily/sheild-cli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/fengyily/sheild-cli/issues"
},
"homepage": "https://github.com/fengyily/sheild-cli#readme",
"devDependencies": {
"vitepress": "^1.6.4"
}
}