UNPKG

fiftyone.pipeline.engines.fiftyone

Version:

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

39 lines (38 loc) 911 B
{ "name": "fiftyone.pipeline.engines.fiftyone", "version": "4.5.34", "description": "Shared base functions for implementing 51Degrees 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", "fiftyone.pipeline.engines": "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" } }