setup-zig/package.json
dependabot-preview[bot] 8a91458b3f
Bump @zeit/ncc from 0.21.1 to 0.22.0 (#9)
Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.21.1 to 0.22.0.
- [Release notes](https://github.com/zeit/ncc/releases)
- [Commits](https://github.com/zeit/ncc/compare/0.21.1...0.22.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-03-24 11:37:38 +01:00

42 lines
898 B
JSON

{
"name": "setup-zig",
"description": "Use the zig compiler in your Github Action",
"version": "1.2.3",
"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": "^3.1.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.0",
"standard": "^14.3.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"
]
}
}