{ "name": "homestar-runtime", "version": "${node_version}", "description": "The IPVM reference implementation", "author": "Hugo Dias (hugodias.me)", "homepage": "https://github.com/ipvm-wg/homestar/tree/main/homestar-runtime", "repository": { "url": "ipvm-wg/homestar", "directory": "homestar-runtime" }, "keywords": [ "homestar", "wasm", "wit", "webassembly", "workflows", "scheduling" ], "bin": { "homestar": "index.js" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "Apache-2.0", "optionalDependencies": { "homestar-darwin-arm64": "rc", "homestar-darwin-x64": "rc", "homestar-linux-arm64": "rc", "homestar-linux-x64": "rc", "homestar-windows-x64": "rc" }, "dependencies": { "execa": "^8.0.1" } }