{
  "name": "@complycube/api",
  "version": "1.1.14",
  "description": "ComplyCube's Node.js library for the AML/KYC API",
  "keywords": [
    "complycube",
    "kyc",
    "aml",
    "identity",
    "verification",
    "workflows",
    "journeys",
    "saas",
    "document verification",
    "api"
  ],
  "homepage": "https://www.complycube.com",
  "license": "MIT",
  "author": "ComplyCube <tech@complycube.com> (https://docs.complycube.com)",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c rollup.config.ts",
    "test": "jest --testTimeout=25000",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "inspect": "tslint 'src/**/*.ts' 'test/**/*.ts' && prettier --check README.md",
    "format": "tslint 'src/**/*.ts' 'test/**/*.ts' --fix && prettier --write README.md"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "moduleNameMapper": {
      "complycube-node": "<rootDir>/src/index"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "test/tsconfig.json"
      }
    }
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "jest": "^26.6.3",
    "nock": "^11.7.0",
    "prettier": "^1.18.2",
    "rollup": "^1.24.0",
    "rollup-plugin-typescript2": "^0.25.3",
    "ts-jest": "^26.4.4",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "axios": "^1.15.0"
  },
  "repository": {
    "type": "git",
    "url": "none"
  }
}
