2019-10-05 04:44:40 -06:00
|
|
|
{
|
|
|
|
"name": "setup-zig",
|
|
|
|
"description": "Use the zig compiler in your Github Action",
|
2020-11-11 04:44:03 -07:00
|
|
|
"version": "1.3.0",
|
2019-10-05 04:44:40 -06:00
|
|
|
"author": "Renée Kooi <renee@kooi.me>",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
|
|
|
|
},
|
2019-10-09 04:34:19 -06:00
|
|
|
"dependencies": {
|
2020-02-17 07:06:21 -07:00
|
|
|
"@actions/core": "^1.2.2",
|
|
|
|
"@actions/tool-cache": "^1.3.1",
|
|
|
|
"semver": "^7.1.3",
|
2020-05-18 01:46:18 -06:00
|
|
|
"simple-get": "^4.0.0"
|
2019-10-09 04:34:19 -06:00
|
|
|
},
|
2019-10-05 04:44:40 -06:00
|
|
|
"devDependencies": {
|
2021-08-30 02:15:46 -06:00
|
|
|
"@vercel/ncc": "^0.30.0",
|
2020-11-06 05:44:49 -07:00
|
|
|
"standard": "^16.0.1"
|
2019-10-05 04:44:40 -06: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 02:56:44 -07:00
|
|
|
"prepare": "ncc build index.js -o dist",
|
2020-11-11 04:38:41 -07:00
|
|
|
"test": "standard && node test"
|
2019-10-05 04:44:40 -06:00
|
|
|
},
|
2019-10-07 02:24:19 -06:00
|
|
|
"standard": {
|
|
|
|
"ignore": [
|
|
|
|
"dist/**/*.js"
|
|
|
|
]
|
2019-10-05 04:44:40 -06:00
|
|
|
}
|
|
|
|
}
|