{
  "author": "Evan Tahler <evan@delicioushat.com>",
  "name": "browser_fingerprint",
  "description": "uniquely identify browsers",
  "version": "2.0.5",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/actionhero/browser_fingerprint.git"
  },
  "main": "./dist/browserFingerprint",
  "types": "./dist/browserFingerprint",
  "keywords": [
    "browser",
    "fingerprint",
    "fingerprinting",
    "session",
    "browserFingerprint",
    "browser_fingerprint"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.8",
    "@types/request-promise-native": "^1.0.18",
    "jest": "^29.6.4",
    "prettier": "^3.0.3",
    "request-promise-native": "^1.0.8",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "test": "jest",
    "pretest": "npm run lint && npm run build",
    "prepare": "npm run build",
    "build": "tsc --declaration",
    "lint": "prettier --check src __tests__"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/testPlugin"
    ],
    "transform": {
      "^.+\\.ts?$": "ts-jest"
    }
  }
}
