2023-01-04 16:31:00 -08:00
|
|
|
{
|
|
|
|
|
"name": "setup-bazel",
|
2026-01-11 16:34:54 +00:00
|
|
|
"version": "0.18.0",
|
2023-01-04 16:31:00 -08:00
|
|
|
"description": "Install and configure Bazel for GitHub Actions",
|
|
|
|
|
"main": "index.js",
|
2024-01-18 11:57:13 -08:00
|
|
|
"engines": {
|
2025-12-04 07:15:14 -08:00
|
|
|
"node": "24.x"
|
2023-01-10 16:20:36 -08:00
|
|
|
},
|
2023-01-04 16:31:00 -08:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "Alex Rodionov <p0deje@gmail.com>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2025-12-12 08:02:25 -08:00
|
|
|
"@actions/cache": "^5.0.0",
|
2025-12-12 08:01:32 -08:00
|
|
|
"@actions/core": "^2.0.0",
|
2026-01-26 15:31:48 -08:00
|
|
|
"@actions/github": "^8.0.0",
|
2024-08-15 21:58:50 -07:00
|
|
|
"@actions/glob": "^0.5.0",
|
2026-01-08 12:20:27 -08:00
|
|
|
"@actions/tool-cache": "^3.0.0",
|
2024-03-10 10:40:59 -07:00
|
|
|
"@vercel/ncc": "^0.38.0",
|
2023-01-04 16:50:05 -08:00
|
|
|
"yaml": "^2.2.1"
|
2023-01-04 16:31:00 -08:00
|
|
|
}
|
2024-03-01 11:15:47 -08:00
|
|
|
}
|