{
  "name": "@datadome/fraud-sdk-node",
  "version": "1.1.3",
  "description": "Fraud Protection - Node.js SDK",
  "main": "dist/datadome.js",
  "type": "commonjs",
  "scripts": {
    "test": "ava",
    "build": "tsc",
    "cover": "c8 ava",
    "report ": "c8 ava report",
    "test:cov": "c8 -r text -r json-summary npm test",
    "prepack": "npm run build",
    "version": "npm version --git-tag-version=false"
  },
  "keywords": [
    "datadome",
    "account",
    "fraud",
    "protection",
    "login",
    "registration"
  ],
  "author": "DataDome <team.integrations@datadome.co>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/DataDome/fraud-sdk-node/issues"
  },
  "homepage": "https://github.com/DataDome/fraud-sdk-node#readme",
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "@types/node": "^18.15.11",
    "ava": "^5.2.0",
    "c8": "^7.13.0",
    "eslint": "^8.57.1",
    "express": "^4.18.2",
    "nock": "^13.3.0",
    "prettier": "^2.8.7",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.1"
  },
  "dependencies": {
    "abortcontroller-polyfill": "^1.7.5",
    "node-fetch": "^2.6.9"
  }
}
