19 lines
666 B
JSON
19 lines
666 B
JSON
{
|
|
"name": "setup-bazel",
|
|
"version": "0.1.0",
|
|
"description": "Install and configure Bazel for GitHub Actions",
|
|
"main": "index.js",
|
|
"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": "https://github.com/p0deje/toolkit/raw/119134874a4fac8906eaa42635597205de219a0b/packages/cache/actions-cache-3.1.1.tgz",
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@actions/glob": "^0.3.0",
|
|
"@vercel/ncc": "^0.36.0"
|
|
}
|
|
}
|