@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
58 lines • 1.63 kB
JSON
{
"name": "@sumsub/fisherman",
"version": "1.2.2",
"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"
}
}
},
"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.8",
"detectincognitojs": "1.3.5",
"fingerprintjs2": "2.1.0"
},
"devDependencies": {
"@types/fingerprintjs2": "2.0.0",
"@types/node": "22.13.1",
"navigation-api-types": "0.5.1",
"prettier": "3.4.2",
"typescript": "^5.5.2",
"vite": "6.0.7"
},
"scripts": {
"build": "vite build && BUILD_FULL=yes vite build && tsc",
"format": "prettier . --write",
"type-check": "tsc --noEmit"
}
}