24 lines
No EOL
652 B
JSON
24 lines
No EOL
652 B
JSON
{
|
|
"name": "setup-bazel",
|
|
"version": "0.6.0",
|
|
"description": "Install and configure Bazel for GitHub Actions",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"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": {
|
|
"@actions/cache": "^3.2.2",
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@actions/glob": "^0.4.0",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"@vercel/ncc": "^0.36.0",
|
|
"yaml": "^2.2.1"
|
|
}
|
|
} |