-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 727 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "demo-the-use-of-caprover-actions-by-adamu",
"version": "2.0.0",
"description": "A demo app to show how to use the dankore/github-to-caprover@v.1.0.6 GitHub action to deploy to CapRover",
"main": "index.js",
"scripts": {
"start": "lite-server",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/dankore/deploy-to-caprover-using-github-actions.git"
},
"author": "Adamu Muhammad Dankore",
"license": "ISC",
"bugs": {
"url": "https://github.com/dankore/deploy-to-caprover-using-github-actions/issues"
},
"homepage": "https://github.com/dankore/deploy-to-caprover-using-github-actions#readme",
"dependencies": {
"lite-server": "^2.6.1"
}
}