-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 975 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
35
36
37
38
39
40
41
42
{
"name": "royal-apps-docs",
"version": "1.0.0",
"description": "Creates documentation for products by Royal Apps GmbH",
"private": true,
"scripts": {
"watch": "npm-watch serve",
"serve": "cd ./src/r2023 && docfx docfx.json --logLevel=Warning"
},
"watch": {
"serve": {
"patterns": [
"src/**/templates/**/*",
"src/**/*.md"
],
"extensions": "md,css,js,partial,liquid",
"quiet": true,
"legacyWatch": true,
"delay": 500,
"runOnChangeOnly": false
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/royalapplications/docs.git"
},
"keywords": [
"Documentation",
"Royal Apps",
"Royal TS",
"Royal Server"
],
"author": "Royal Apps GmbH",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/royalapplications/docs/issues"
},
"homepage": "https://docs.royalapps.com/",
"devDependencies": {
"npm-watch": "^0.11.0"
}
}