2019-10-05 10:44:40 +00:00
|
|
|
{
|
|
|
|
"name": "setup-zig",
|
|
|
|
"description": "Use the zig compiler in your Github Action",
|
2020-10-11 16:21:10 +00:00
|
|
|
"version": "1.2.5",
|
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"
|
|
|
|
},
|
2019-10-09 10:34:19 +00:00
|
|
|
"dependencies": {
|
2020-02-17 14:06:21 +00:00
|
|
|
"@actions/core": "^1.2.2",
|
|
|
|
"@actions/tool-cache": "^1.3.1",
|
|
|
|
"semver": "^7.1.3",
|
2020-05-18 07:46:18 +00:00
|
|
|
"simple-get": "^4.0.0"
|
2019-10-09 10:34:19 +00:00
|
|
|
},
|
2019-10-05 10:44:40 +00:00
|
|
|
"devDependencies": {
|
2020-11-06 12:40:47 +00:00
|
|
|
"@vercel/ncc": "^0.25.0",
|
2020-11-06 12:44:49 +00:00
|
|
|
"standard": "^16.0.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": {
|
2020-01-23 09:56:44 +00:00
|
|
|
"prepare": "ncc build index.js -o dist",
|
2020-11-11 11:38:41 +00:00
|
|
|
"test": "standard && node test"
|
2019-10-05 10:44:40 +00:00
|
|
|
},
|
2019-10-07 08:24:19 +00:00
|
|
|
"standard": {
|
|
|
|
"ignore": [
|
|
|
|
"dist/**/*.js"
|
|
|
|
]
|
2019-10-05 10:44:40 +00:00
|
|
|
}
|
|
|
|
}
|