portainer-stack-git-redeplo.../package.json

25 lines
590 B
JSON
Raw Normal View History

2022-12-08 22:00:11 +01:00
{
"name": "portainer-stack-redeploy-action",
"version": "1.0.0",
"description": "Action for request to Portainer API for redeploy stack with pull latest images",
"main": "dist/index.js",
"scripts": {
"start": "node index.js",
"build": "ncc build index.js --license licenses.txt"
},
"keywords": [
"Github actions",
"Portainer"
],
"author": {
"name": "Dzianis Nikifaraŭ",
"email": "dzianis@wirgen.by"
},
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@vercel/ncc": "^0.36.0"
}
}