setup-zig/package.json

34 lines
733 B
JSON
Raw Normal View History

2019-10-05 10:44:40 +00:00
{
"name": "setup-zig",
"description": "Use the zig compiler in your Github Action",
2019-10-05 11:25:18 +00:00
"version": "1.0.0",
2019-10-05 10:44:40 +00:00
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
},
"devDependencies": {
2019-10-05 10:53:43 +00:00
"standard": "^14.3.1"
2019-10-05 10:44:40 +00:00
},
"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": {
2019-10-05 10:53:43 +00:00
"test": "standard"
2019-10-05 10:44:40 +00:00
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/tool-cache": "^1.1.2",
"semver": "^6.3.0"
}
}