foundation/runners/package.json

19 lines
463 B
JSON
Raw Normal View History

{
"name": "@olsitec/foundation-runners",
"private": true,
"version": "0.0.0",
"main": "index.ts",
"description": "Isolated stack: the fenced Forgejo Actions runner fleet on libvirt hosts.",
"dependencies": {
"@pulumi/pulumi": "^3.138.0",
"@pulumi/libvirt": "^0.5.3",
"@pulumi/command": "^1.1.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/node": "^18",
"@types/js-yaml": "^4.0.9",
"typescript": "^5.0.0"
}
}