34 lines
884 B
JSON
34 lines
884 B
JSON
{
|
|
"name": "action-branch-deplay",
|
|
"version": "1.0.0",
|
|
"description": "Deploy a branch via Docker Compose to branch.dsv.su.se",
|
|
"author": {
|
|
"name": "Andreas Svanberg",
|
|
"email": "andreass@dsv.su.se"
|
|
},
|
|
"homepage": "https://gitea.dsv.su.se/ansv7779/action-branch-deploy",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc && ncc build lib/main.js -o dist",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitea.dsv.su.se:ansv7779/action-branch-deploy.git"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.12.0",
|
|
"@types/node": "^16.11.7",
|
|
"@vercel/ncc": "^0.38.2",
|
|
"eslint": "^9.12.0",
|
|
"globals": "^15.11.0",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.8.1"
|
|
}
|
|
}
|