{
  "name": "fiftyone.pipeline.engines",
  "version": "4.4.108",
  "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.14.10",
    "jest": "^27.5.1",
    "typescript": "^5.5.3"
  },
  "license": "EUPL-1.2",
  "bugs": {
    "url": "https://github.com/51Degrees/pipeline-node/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/51Degrees/pipeline-node"
  }
}
