removed all old apps, compacted repo
This commit is contained in:
commit
c6def505cf
14 changed files with 1659 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue