-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 814 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 814 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
{
"name": "vu-docs",
"version": "1.0.0",
"description": "Venice Unleashed (VU) documentation",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "hugo server",
"build": "hugo -e production",
"build:types": "node types/generate-docs.js",
"build:index": "node types/generate-search-index.js",
"build:teal": "node types/generate-teal-types.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmulatorNexus/VU-Docs.git"
},
"bugs": {
"url": "https://github.com/EmulatorNexus/VU-Docs/issues"
},
"homepage": "https://github.com/EmulatorNexus/VU-Docs#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"js-yaml": "^3.14.1",
"postcss": "^8.4.31",
"postcss-cli": "^8.3.1"
},
"dependencies": {}
}