{
  "name": "text-phash",
  "version": "1.0.8",
  "description": "Compute and compare perceptual hashes for text strings to check similarity.",
  "type": "commonjs",
  "main": "src/TextPHash.js",
  "exports": {
    "import": "./src/TextPHash.mjs",
    "require": "./src/TextPHash.js"
  },
  "scripts": {
    "test": "clear; jest",
    "publish": "npm publish --access public"
  },
  "keywords": [
    "phash",
    "hash",
    "text",
    "string",
    "perceptual",
    "similarity",
    "match"
  ],
  "author": "mlefkon",
  "license": "ISC",
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mlefkon/text-phash.git"
  },
  "bugs": {
    "url": "https://github.com/mlefkon/text-phash/issues"
  },
  "homepage": "https://github.com/mlefkon/text-phash#readme"
}