{ "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", "openapi": "openapi-typescript https://converter.swagger.io/api/convert?url=https://gitea.dsv.su.se/swagger.v1.json -o src/gitea-api.ts", "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", "openapi-fetch": "^0.12.2" }, "devDependencies": { "@eslint/js": "^9.12.0", "@types/node": "^16.11.7", "@vercel/ncc": "^0.38.2", "eslint": "^9.12.0", "globals": "^15.11.0", "openapi-typescript": "^7.4.1", "typescript": "^5.6.3", "typescript-eslint": "^8.8.1" } }