{
  "name": "hash-anything",
  "version": "1.3.3",
  "description": "Hash any Javascript primitive or object",
  "keywords": [
    "hash",
    "hashing",
    "object",
    "primitive"
  ],
  "homepage": "https://github.com/ben-page/hash-anything",
  "bugs": {
    "url": "https://github.com/ben-page/hash-anything/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ben-page/hash-anything"
  },
  "license": "MIT",
  "author": {
    "name": "Ben Page",
    "email": "ben.page@openreign.com"
  },
  "main": "js/main/hash-anything.js",
  "scripts": {
    "browserify": "npx browserify js/main/hash-anything.js -o js/browser/hash-anything.js",
    "build": "npm run uglify",
    "test": "npx jest",
    "preuglify": "npm run browserify",
    "uglify": "npx uglifyjs --compress --mangle -o js/browser/hash-anything.min.js -- js/browser/hash-anything.js"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "jest": "^29.1.2",
    "uglify-es": "^3.3.9",
    "xxhash": "^0.3.0"
  }
}
