-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 805 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
{
"name": "server",
"version": "1.0.0",
"description": "Configuración del servidor",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"docker:up": "docker compose up -d",
"docker:down": "docker compose down",
"docker:restart": "docker compose restart"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wupp-dev/server.git"
},
"keywords": [
"home-server"
],
"author": "Iván y Lucas",
"license": "CC0-1.0",
"packageManager": "pnpm@10.29.2",
"bugs": {
"url": "https://github.com/wupp-dev/server/issues"
},
"homepage": "https://github.com/wupp-dev/server#readme",
"devDependencies": {
"vitepress": "2.0.0-alpha.15",
"vitepress-sidebar": "^1.33.1"
}
}