UNPKG

@elhamdev/tracejs

Version:

A modern, privacy-conscious alternative to browser fingerprinting for unique user identification.

50 lines (49 loc) 1.26 kB
{ "name": "@elhamdev/tracejs", "version": "1.0.5", "description": "A modern, privacy-conscious alternative to browser fingerprinting for unique user identification.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/ElhamDevelopmentStudio/tracejs.git" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint" }, "keywords": [ "fingerprint", "browser-fingerprinting", "device-identification", "privacy", "security" ], "author": "Elhamullah Hossaini", "license": "Apache-2.0", "devDependencies": { "@testing-library/jest-dom": "^6.1.5", "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "eslint": "^8.38.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.1.6" } }