UNPKG

fiftyone.pipeline.engines

Version:

Shared base functionality for implementing engines for the 51Degrees Pipeline API

38 lines (37 loc) 854 B
{ "name": "fiftyone.pipeline.engines", "version": "4.5.26", "description": "Shared base functionality for implementing engines for the 51Degrees Pipeline API", "keywords": [ "51degrees", "pipeline", "data", "service" ], "main": "index.js", "types": "types/index.d.ts", "directories": { "test": "tests" }, "scripts": { "test": "jest" }, "author": "51Degrees Engineering <engineering@51degrees.com>", "dependencies": { "fiftyone.pipeline.core": "4.4.x" }, "devDependencies": { "@types/jest": "^27.5.2", "@types/node": "^20.19.43", "jest": "^27.5.1", "typescript": "^5.9.3" }, "license": "EUPL-1.2", "bugs": { "url": "https://github.com/51Degrees/pipeline-node/issues" }, "repository": { "type": "git", "url": "https://github.com/51Degrees/pipeline-node" } }