setup-zig/package.json
Renée Kooi ac8783ec73
1.0.1
2019-10-05 15:34:31 +02:00

34 lines
733 B
JSON

{
"name": "setup-zig",
"description": "Use the zig compiler in your Github Action",
"version": "1.0.1",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
},
"devDependencies": {
"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": {
"test": "standard"
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/tool-cache": "^1.1.2",
"semver": "^6.3.0"
}
}