{
  "name": "font-fingerprint",
  "description": "font-fingerprint is a library that generates a unique identifier for each visitor based on the font of the browser.",
  "version": "1.0.1",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hjhj97/font-fingerprint.git"
  },
  "keywords": [
    "fingerprint",
    "fingerprintjs",
    "font",
    "browser"
  ],
  "author": {
    "name": "JuHeon Ha",
    "email": "hjhjaueon97@gmail.com",
    "url": "https://github.com/hjhj97"
  },
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "rollup": "^4.30.1",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "hash.js": "^1.1.7",
    "tslib": "^2.8.1"
  }
}
