@sl_1503/browser-fingerprinting
Version:
A browser-based fingerprinting utility to collect and send device/browser info.
32 lines (31 loc) • 847 B
JSON
{
"name": "@sl_1503/browser-fingerprinting",
"version": "1.0.5",
"description": "A browser-based fingerprinting utility to collect and send device/browser info.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build"
},
"keywords": [
"fingerprint",
"browser",
"tracking",
"device"
],
"author": "Sreelakshmi",
"license": "MIT",
"devDependencies": {
"vite": "^5.4.19"
},
"repository": {
"type": "git",
"url": "https://github.com/sreelakshmi1503/browser-fingerprinting.git"
},
"bugs": {
"url": "https://github.com/sreelakshmi1503/browser-fingerprinting/issues"
},
"homepage": "https://github.com/sreelakshmi1503/browser-fingerprinting#readme"
}