2023-01-04 16:31:00 -08:00
|
|
|
{
|
|
|
|
|
"name": "setup-bazel",
|
2024-03-05 15:51:47 -08:00
|
|
|
"version": "0.8.9",
|
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": {
|
2024-02-13 06:22:58 -08:00
|
|
|
"node": "20.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": {
|
2023-11-24 13:36:42 -08:00
|
|
|
"@actions/cache": "^3.2.2",
|
|
|
|
|
"@actions/core": "^1.10.1",
|
|
|
|
|
"@actions/github": "^6.0.0",
|
|
|
|
|
"@actions/glob": "^0.4.0",
|
2024-02-07 05:55:42 -08:00
|
|
|
"@actions/tool-cache": "^2.0.1",
|
2023-01-04 16:50:05 -08:00
|
|
|
"@vercel/ncc": "^0.36.0",
|
|
|
|
|
"yaml": "^2.2.1"
|
2023-01-04 16:31:00 -08:00
|
|
|
}
|
2024-03-01 11:15:47 -08:00
|
|
|
}
|