UNPKG

@sumsub/fisherman

Version:

The Sumsub Fisherman is a powerful tool that helps developers integrate fraud detection capabilities into their applications. With Fisherman, you can easily identify and prevent fraudulent activities within your system, providing a safer and more secure e

67 lines (66 loc) 2.06 kB
{ "name": "@sumsub/fisherman", "version": "2.1.0", "type": "module", "files": [ "dist" ], "main": "./dist/fisherman.umd.cjs", "module": "./dist/fisherman.js", "types": "./dist/index.d.ts", "exports": { ".": { "require": { "types": "./dist/index.d.ts", "default": "./dist/fisherman.umd.cjs" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/fisherman.js" } }, "./package.json": "./package.json", "./full": { "require": { "types": "./dist/index.d.ts", "default": "./dist/fisherman-full.umd.cjs" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/fisherman-full.js" } } }, "scripts": { "build": "vite build && BUILD_FULL=yes vite build && tsc", "format": "prettier . --write", "test": "tsc --noEmit", "changeset": "changeset", "changeset-version": "changeset version && npm install", "changeset-publish": "changeset publish", "changeset-publish-experimental": "changeset version --snapshot experimental && changeset publish --tag experimental", "changeset-gitlab": "changesets-gitlab", "changeset-gitlab-comment": "changesets-gitlab comment" }, "description": "The Sumsub Fisherman is a powerful tool that helps developers integrate fraud detection capabilities into their applications. With Fisherman, you can easily identify and prevent fraudulent activities within your system, providing a safer and more secure environment for your users.", "keywords": [ "sumsub" ], "author": "Sumsub", "license": "MIT", "dependencies": { "@fingerprintjs/fingerprintjs-pro": "3.11.11", "detectincognitojs": "1.3.5", "fingerprintjs2": "2.1.0" }, "devDependencies": { "@changesets/cli": "^2.29.7", "@types/fingerprintjs2": "2.0.0", "@types/node": "22.13.1", "changesets-gitlab": "^0.13.4", "navigation-api-types": "0.5.1", "prettier": "3.4.2", "typescript": "^5.5.2", "vite": "6.0.7" } }