UNPKG

@ipranker/sdk

Version:

Professional IP Intelligence and Device Fingerprinting SDK - Comprehensive fraud detection with single API call

95 lines (94 loc) 2.69 kB
{ "name": "@ipranker/sdk", "version": "1.0.17", "description": "Professional IP Intelligence and Device Fingerprinting SDK - Comprehensive fraud detection with single API call", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "unpkg": "dist/index.umd.js", "jsdelivr": "dist/index.umd.js", "browser": "dist/index.umd.js", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build && npm run validate", "validate": "npm run check-types && npm run check-size", "check-types": "tsc --noEmit", "check-size": "node -e \"const stats=require('fs').statSync('dist/index.umd.js'); console.log('Bundle size:', (stats.size/1024).toFixed(2), 'KB'); if(stats.size > 25000) process.exit(1);\"", "preversion": "npm run build", "postversion": "git push && git push --tags" }, "keywords": [ "ip-intelligence", "ip-analysis", "fraud-detection", "device-fingerprinting", "browser-fingerprinting", "bot-detection", "proxy-detection", "vpn-detection", "tor-detection", "ip-reputation", "geolocation", "security", "cybersecurity", "fingerprint", "visitor-identification", "risk-scoring", "threat-intelligence", "behavioral-analysis", "anti-fraud", "ip-blacklist", "typescript", "sdk" ], "author": { "name": "IPRanker Team", "email": "support@ipranker.com", "url": "https://ipranker.com" }, "license": "MIT", "homepage": "https://ipranker.com/docs", "repository": { "type": "git", "url": "git+https://github.com/frontendconsultant2/ipranker-sdk.git" }, "bugs": { "url": "https://github.com/frontendconsultant2/ipranker-sdk/issues", "email": "support@ipranker.com" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.0.0", "rollup": "^4.0.0", "rollup-plugin-dts": "^6.1.0", "tslib": "^2.6.0", "typescript": "^5.0.0" }, "dependencies": {} }