UNPKG

honeypot-run

Version:

Patented threat analytics and fingerprinting library. Requires a honeypot.run account

55 lines (54 loc) 1.39 kB
{ "name": "honeypot-run", "description": "Patented threat analytics and fingerprinting library. Requires a honeypot.run account", "author": "https://honeypot.run", "version": "0.3.0", "license": "BUSL-1.1", "keywords": [ "onboarding", "flow", "fraud", "fraud detection", "fraud prevention", "browser", "identification", "fingerprint", "fingerprinting", "handprint", "handprinting", "browser fingerprint", "device fingerprint", "privacy", "education" ], "main": "dist/core/public/index.js", "typings": "dist/core/public/index.d.ts", "scripts": { "format": "prettier", "build": "tsc", "build-api": "esbuild app.js --bundle --minify --outfile=../../honeypot-fastapi/static/js-template.js", "test": "jest" }, "files": [ "dist/core/public/" ], "dependencies": {}, "devDependencies": { "@fingerprintjs/botd": "^1.3.1", "@fingerprintjs/fingerprintjs-pro": "^3.8.6", "axios": "^1.6.2", "creepjs": "file:creepjs", "crypto-js": "^4.1.1", "detectincognitojs": "^1.1.2", "ua-parser-js": "^1.0.33", "uuid": "^9.0.0", "@types/jest": "^29.5.11", "esbuild": "0.17.6", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-webgl-canvas-mock": "^2.5.3", "prettier": "^3.1.1", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }