c34989108a
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.27.0...0.28.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
42 lines
913 B
JSON
42 lines
913 B
JSON
{
|
|
"name": "setup-zig",
|
|
"description": "Use the zig compiler in your Github Action",
|
|
"version": "1.3.0",
|
|
"author": "Renée Kooi <renee@kooi.me>",
|
|
"bugs": {
|
|
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.2",
|
|
"@actions/tool-cache": "^1.3.1",
|
|
"semver": "^7.1.3",
|
|
"simple-get": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.28.0",
|
|
"standard": "^16.0.1"
|
|
},
|
|
"homepage": "https://github.com/goto-bus-stop/setup-zig",
|
|
"keywords": [
|
|
"Actions",
|
|
"Github",
|
|
"zig",
|
|
"ziglang"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/goto-bus-stop/setup-zig.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "ncc build index.js -o dist",
|
|
"test": "standard && node test"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"dist/**/*.js"
|
|
]
|
|
}
|
|
}
|