Files
setup-zig/package.json
2025-09-29 15:04:49 -04:00

21 lines
443 B
JSON

{
"name": "setup-zig",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/cache": "^4.0.2",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",
"@actions/tool-cache": "^2.0.2",
"sodium-native": "^4.3.3"
}
}