-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
30 lines (30 loc) · 969 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
{
"name": "caprover-one-click-apps",
"version": "1.0.0",
"description": "Custom One Click App Repository for CapRover",
"scripts": {
"format": "prettier --debug-check \"./public/**/*.{json,yml}\"",
"format:write": "prettier --write \"./public/**/*.{json,yml}\"",
"build": "rimraf ./dist/ && mkdirp dist && node ./scripts/build.js",
"validate": "node ./scripts/validate_apps.js",
"publish": "pnpm run build && ./scripts/publish-from-actions.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caproverhub/caprover-one-click-apps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/caproverhub/caprover-one-click-apps/issues"
},
"homepage": "https://github.com/caproverhub/caprover-one-click-apps",
"dependencies": {
"fs-extra": "^11.2.0",
"gh-pages": "^6.2.0",
"mkdirp": "^3.0.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"yaml": "^2.6.0"
}
}