forked from hpcc-systems/HPCC-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 836 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
{
"name": "hpcc-platform",
"private": true,
"scripts": {
"copy-res": "cp ./devdoc/*.png ./devdoc/.vitepress/dist/devdoc",
"docs-dev": "vitepress dev devdoc",
"docs-build": "vitepress build devdoc",
"docs-preview": "vitepress preview devdoc",
"convert": "pandoc -w markdown -o ./docs/DOCUMENTATION.md ./docs/DOCUMENTATION.rst",
"build": "npm run docs-build && npm run copy-res",
"update": "npx npm-check-updates -u -t minor",
"update-major": "npx npm-check-updates -u"
},
"devDependencies": {
"vitepress": "1.0.0-rc.40"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/HPCC-Platform.git"
},
"author": "hpcc-systems",
"license": "Apache-2.0",
"bugs": {
"url": "https://track.hpccsystems.com/"
},
"homepage": "https://hpccsystems.com"
}