-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 769 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 769 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
{
"name": "caprover-one-click-apps",
"version": "1.0.0",
"description": "Phalcode's 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.js",
"validate_apps": "node ./scripts/validate_apps.js",
"publish": "pnpm run build && ./scripts/publish-from-actions.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phalcode/caprover-one-click-apps.git"
},
"author": "Phalcode",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.1.1",
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"yaml": "^2.3.1"
}
}