{
  "name": "fiftyone.devicedetection.onpremise",
  "version": "4.4.184",
  "description": "Device detection on-premise services for the 51Degrees Pipeline API",
  "keywords": [
    "51degrees",
    "device detection",
    "user-agent",
    "client hints",
    "browser",
    "os",
    "device",
    "cpu",
    "mobile",
    "phone",
    "tablet",
    "tv",
    "bot",
    "crawler",
    "WURFL",
    "DeviceAtlas"
  ],
  "main": "index.js",
  "types": "types/index.d.ts",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/51Degrees/device-detection-node"
  },
  "author": "51Degrees Engineering <engineering@51degrees.com>",
  "dependencies": {
    "fiftyone.devicedetection.shared": "4.4.x",
    "fiftyone.pipeline.core": "4.4.x",
    "fiftyone.pipeline.engines": "4.4.x",
    "fiftyone.pipeline.engines.fiftyone": "4.4.x",
    "js-yaml": "^4.1.0",
    "n-readlines": "^1.0.1"
  },
  "devDependencies": {
    "@types/jest": "^28.1.8",
    "@types/node": "^20.14.10",
    "jest": "^28.1.3",
    "jest-junit": "^13.2.0"
  },
  "license": "EUPL-1.2",
  "bugs": {
    "url": "https://github.com/51Degrees/device-detection-node/issues"
  },
  "files": [
    "build",
    "*.js",
    "types"
  ]
}
