setup-zig/package.json
dependabot-preview[bot] 633f3dcdd7
Bump standard from 14.3.4 to 15.0.0 (#12)
Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 15.0.0.
- [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/v14.3.4...v15.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-22 18:03:04 +02:00

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.24.1",
"standard": "^15.0.0"
},
"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"
]
}
}