-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 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
25
26
27
28
29
30
31
32
{
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2"
},
"devDependencies": {
"nodemon": "^3.1.0"
},
"name": "portainer-gitops-better",
"description": "This is a very basic auto-updater for portainer stacks. You are able to run this within the portainer instance too.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"build": "echo \"No build script specified\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"portainer",
"docker",
"gitops",
"auto-updater",
"portainer-stack",
"portainer-stack-updater",
"webhook",
"github-webhook",
"portainer-webhook"
],
"author": "DanPlayz0",
"license": "MIT"
}