@hybrid-compute/remote
Version:
Remote compute backend using fetch or WebSocket transport for distributed task execution.
55 lines (54 loc) • 1.63 kB
JSON
{
"name": "@hybrid-compute/remote",
"version": "0.21.0",
"description": "Remote compute backend using fetch or WebSocket transport for distributed task execution.",
"keywords": [
"remote",
"compute",
"websocket",
"fetch",
"transport",
"distributed",
"json-rpc",
"http",
"cloud",
"task"
],
"homepage": "https://phun-ky.net/projects/hybrid-compute",
"bugs": {
"url": "https://github.com/phun-ky/hybrid-compute/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phun-ky/hybrid-compute.git"
},
"funding": "https://github.com/phun-ky/hybrid-compute?sponsor=1",
"license": "MIT",
"author": "Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"release": "release-it",
"test": "tsx --test **/__tests__/**/*.spec.ts",
"pretest:ci": "rm -rf coverage && mkdir -p coverage",
"test:ci": "glob -c \"node --import tsx --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"**/__tests__/**/*.spec.ts\""
},
"dependencies": {
"@hybrid-compute/core": "0.21.0"
},
"devDependencies": {
"eslint": "^9.27.0",
"eslint-config-phun-ky": "^1.0.3",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.8.2"
},
"publishConfig": {
"access": "public"
}
}