UNPKG

@mcma/worker-invoker

Version:

Core classes and types for invoking MCMA Worker functions

44 lines (42 loc) 1.03 kB
{ "name": "@mcma/worker-invoker", "version": "1.0.0", "description": "Core classes and types for invoking MCMA Worker functions", "engines": { "node": ">=18.0.0" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/ebu/mcma-libraries.git" }, "keywords": [ "ebu", "mcma", "worker", "function" ], "author": "Evan Verney-Fink <evan@triskel-inc.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ebu/mcma-libraries/issues" }, "homepage": "https://github.com/ebu/mcma-libraries/nodes/mcma-worker-invoker#readme", "dependencies": { }, "peerDependencies": { "@mcma/core": "1.0.0" }, "devDependencies": { "@mcma/core": "1.0.0", "@types/node": "^22.10.1" } }