{ "name": "setup-zig", "description": "Use the zig compiler in your Github Action", "version": "1.0.0", "author": "Renée Kooi ", "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" } }