945e912039
Bumps [standard](https://github.com/standard/standard) from 15.0.1 to 16.0.1. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v15.0.1...v16.0.1) 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
900 B
JSON
42 lines
900 B
JSON
{
|
|
"name": "setup-zig",
|
|
"description": "Use the zig compiler in your Github Action",
|
|
"version": "1.2.5",
|
|
"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.25.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"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"dist/**/*.js"
|
|
]
|
|
}
|
|
}
|