-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1019 Bytes
/
package.json
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
33
{
"name": "portainer-stack-deployment",
"version": "2.19.4",
"description": "Portainer Stack Deployment Github Action, which deploys stacks by using Portainer API",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "ncc build src/index.ts --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nevzatcirak/portainer-stack-deployment.git"
},
"keywords": [],
"author": "Nevzat ÇIRAK <nevzatcirak17@gmail.com> (https://nevzatcirak.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nevzatcirak/portainer-stack-deployment/issues"
},
"homepage": "https://github.com/nevzatcirak/portainer-stack-deployment#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"axios": "^1.5.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"@types/mustache": "^4.2.2",
"@types/node": "^16.10.1",
"@vercel/ncc": "^0.38.0",
"typescript": "^5.2.2",
"rimraf": "^5.0.1"
}
}