summaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 8d6ec3b775c1035b6e2008b3a31f98d1fe2b2cfc (plain)
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": "One Click App Repository for CapRover",
  "main": "build_and_publish_to_github_pages.js",
  "scripts": {
    "build": "node ./build_one_click_apps.js",
    "publish": "npm run build && ./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": "^8.1.0",
    "gh-pages": "^2.1.1"
  }
}