one-click-apps/package.json

24 lines
591 B
JSON

{
"name": "CapRover-one-click-apps",
"version": "1.0.0",
"description": "One Click App Repository for CapRover",
"main": "build_and_publish_to_github_pages.js",
"scripts": {
"publish": "node ./npm_run_puplish.js"
},
"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": "^8.1.0",
"gh-pages": "^2.1.1"
}
}