-
Notifications
You must be signed in to change notification settings - Fork 545
/
package.json
28 lines (28 loc) · 949 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
{
"name": "caprover-one-click-apps",
"version": "1.0.0",
"description": "One Click App Repository for CapRover",
"scripts": {
"formatter": "prettier --check \"./public/**/*.(json|yml)\"",
"formatter-write": "prettier --write \"./public/**/*.(json|yml)\"",
"build": "rm -rf ./dist/ && mkdir -p dist && node ./scripts/build_one_click_apps.js && node ./scripts/build_one_click_apps_from_v4.js",
"validate_apps": "node ./scripts/validate_apps.js",
"publish": "npm run build && ./scripts/publish-from-actions.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caprover/one-click-apps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/caprover/one-click-apps/issues"
},
"homepage": "https://github.com/caprover/one-click-apps",
"dependencies": {
"fs-extra": "^9.0.1",
"gh-pages": "^3.1.0",
"prettier": "^2.0.5",
"yaml": "^1.10.0"
}
}