mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 09:39:21 +00:00
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.7.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.7.4) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
988 B
JSON
37 lines
988 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": "^4.0.0",
|
|
"@actions/core": "^2.0.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^6.0.1",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"semver": "^7.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.2",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"typescript": "^5.8.3",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-organize-imports": "^3.2.2"
|
|
},
|
|
"overrides": {
|
|
"glob": "^10.3.10",
|
|
"inflight": "npm:@isaacs/inflight@^1.0.6"
|
|
}
|
|
}
|