{
  "name": "seed-fingerprint",
  "version": "2.0.1",
  "description": "Library that generates fingerprints that can identify the client's browser with the seed value.",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/izure1/seed-fingerprint.git"
  },
  "author": "izure1 <admin@izure.org>",
  "license": "MIT",
  "keywords": [
    "fingerprint",
    "fingerprinting",
    "identification",
    "browser",
    "seed",
    "token",
    "front-end"
  ],
  "scripts": {
    "build": "node build/index.js && tsc",
    "postbuild": "copyfiles -u 1 \"dist/**/*.mjs\" docs/js"
  },
  "dependencies": {
    "hash.js": "^1.1.7"
  },
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "esbuild": "^0.25.2",
    "typescript": "^5.8.3"
  }
}
