{
  "name": "yoti",
  "version": "4.13.0",
  "description": "Yoti NodeJS SDK for back-end integration",
  "author": "Yoti LTD <tech@yoti.com> (https://www.yoti.com/developers)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/getyoti/yoti-node-sdk.git"
  },
  "engines": {
    "node": ">=14"
  },
  "types": "./types/index.d.ts",
  "scripts": {
    "lint": "npx eslint *.js './src/**/*.js' './tests/**/*.spec.js' config/*.js",
    "test": "jest",
    "audit": "audit-ci --config ./audit-ci.jsonc",
    "types:generate": "tsc index.js --declaration --allowJs --checkJs --resolveJsonModule --emitDeclarationOnly --skipLibCheck --outDir types",
    "types:refresh": "rm -rf types && npm run types:generate && git add types",
    "pre-commit": "npm run test && npm run types:refresh"
  },
  "jest": {
    "verbose": true,
    "collectCoverage": true,
    "collectCoverageFrom": [
      "./*.js",
      "./src/**/*.js",
      "./config/**/*.js",
      "!**/node_modules/**",
      "!**/vendor/**"
    ],
    "coverageDirectory": "./coverage"
  },
  "dependencies": {
    "form-data": "4.0.4",
    "node-forge": "1.3.2",
    "protobufjs": "7.5.2",
    "superagent": "10.3.0",
    "uuid": "9.0.1"
  },
  "devDependencies": {
    "@types/jest": "29.5.14",
    "audit-ci": "7.1.0",
    "eslint": "8.57.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jest": "29.12.1",
    "eslint-plugin-node": "11.1.0",
    "husky": "9.0.11",
    "jest": "29.7.0",
    "nock": "13.2.9",
    "typescript": "5.3.3"
  }
}
