setup-zig/package.json
2022-11-07 13:19:10 +01:00

42 lines
913 B
JSON

{
"name": "setup-zig",
"description": "Use the zig compiler in your Github Action",
"version": "1.3.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
},
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/tool-cache": "^1.3.1",
"semver": "^7.1.3",
"simple-get": "^4.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"standard": "^16.0.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": {
"prepare": "ncc build index.js -o dist",
"test": "standard && node test"
},
"standard": {
"ignore": [
"dist/**/*.js"
]
}
}