@stltio/stealth
Version:
Device fingerprinting library
50 lines (49 loc) • 988 B
JSON
{
"name": "@stltio/stealth",
"version": "0.8.0",
"description": "Device fingerprinting library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"git_repository": "https://github.com/stlt-io/stealth.git",
"homepage": "https://github.com/stlt-io/stealth.git",
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fingerprint",
"fingerprinting",
"visitor-identifier",
"fraud-detection",
"browser",
"signature",
"canvas",
"webgl",
"audio",
"fonts",
"plugins",
"user-agent",
"timezone",
"screen",
"resolution",
"language",
"platform",
"os",
"cpu"
],
"author": "Stlt.io",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"jssha": "^3.3.1"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.2.3",
"typescript": "^5.4.5"
}
}