-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 871 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": "web-container",
"version": "0.0.0",
"description": "web-container features",
"homepage": "https://imafee.github.io/web-container",
"bugs": {
"url": "https://github.com/imafee/web-container/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "imafee",
"email": "[email protected]",
"url": "https://imafee.github.io/"
},
"repository": {
"type": "git",
"url": "[email protected]:imafee/web-container.git"
},
"config": {
"repo-url": "//github.com/imafee/web-container"
},
"private": true,
"type": "module",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"demo": "http-server -S --cert certs/cert.pem --key certs/key.pem demos"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.31"
}
}