{
  "name": "ipqs-node-sdk",
  "version": "1.0.1",
  "description": "React package to interface with the various IPQS APIs",
  "types": "./lib/cjs/types/index.d.ts",
  "main": "./lib/cjs/index.js",
  "scripts": {
    "clean": "rm -rf ./lib",
    "build": "npm run clean && npm run build:cjs",
    "build:esm": "npx tsc -p ./configs/tsconfig.esm.json && tsc-alias -p ./configs/tsconfig.esm.json",
    "build:cjs": "npx tsc -p ./configs/tsconfig.cjs.json && tsc-alias -p ./configs/tsconfig.cjs.json",
    "prepack": "npm run build",
    "test": "jest --group=unit",
    "test:int": "jest --group=integration",
    "test:coverage": "npm test -- --coverage",
    "test:badges": "npm run test:coverage && jest-coverage-badges && cp ./coverage/badge* ./artifacts"
  },
  "author": "IPQualityScore LLC",
  "license": "MIT",
  "files": [
    "lib/**/*"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./lib/cjs/types/index.d.ts",
        "default": "./lib/cjs/index.js"
      }
    }
  },
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@testing-library/react": "^14.0.0",
    "@types/jest": "^29.4.3",
    "@typescript-eslint/eslint-plugin": "^5.55.0",
    "@typescript-eslint/parser": "^5.55.0",
    "babel-plugin-rewire-ts": "^1.4.0",
    "eslint": "^8.36.0",
    "jest": "^29.5.0",
    "jest-coverage-badges": "^1.0.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-runner-groups": "^2.2.0",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.6",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@types/node-fetch": "^2.6.3",
    "await-to-js": "^3.0.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IPQualityScore/IPQSNodeSDK.git"
  },
  "keywords": [
    "ipqs",
    "proxy",
    "vpn",
    "tor",
    "bot",
    "email",
    "phone",
    "ipqualityscore",
    "leaked",
    "data",
    "url",
    "validation",
    "risk",
    "email",
    "verification",
    "fraud",
    "score"
  ],
  "bugs": {
    "url": "https://github.com/IPQualityScore/IPQSNodeSDK/issues"
  },
  "homepage": "https://github.com/IPQualityScore/IPQSNodeSDK#readme"
}
