github-action/package.json
dependabot[bot] 546937c0d1 Bump typescript from 5.9.3 to 6.0.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-10 13:30:13 -06:00

36 lines
955 B
JSON

{
"name": "github-action",
"version": "4.0.0",
"description": "Connect your GitHub Action workflow to Tailscale",
"main": "dist/main.js",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"build": "ncc build src/main.ts -o dist && ncc build src/logout/logout.ts -o dist/logout"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tailscale/github-action"
},
"author": "Lee Briggs, Tailscale Inc, & Contributors",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/cache": "^5.0.2",
"@actions/core": "^2.0.2",
"@actions/exec": "^2.0.0",
"@actions/tool-cache": "^3.0.0",
"semver": "^7.7.3"
},
"devDependencies": {
"@types/node": "^24.10.2",
"@vercel/ncc": "^0.38.3",
"typescript": "^6.0.3",
"prettier": "^3.8.3",
"prettier-plugin-organize-imports": "^4.3.0"
},
"overrides": {
"glob": "^10.3.10",
"inflight": "npm:@isaacs/inflight@^1.0.6"
}
}