{
  "name": "hash-factory",
  "version": "1.1.2",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "demo": "node demo/cases.js"
  },
  "author": "Martin Clasen",
  "license": "MIT",
  "description": "🆔 hashFactory - A lightweight utility for generating configurable hash strings.",
  "keywords": [
    "hash",
    "id",
    "slug",
    "identifier",
    "url-friendly",
    "djb2",
    "filename",
    "document",
    "database",
    "key",
    "hash",
    "string",
    "fast",
    "custom",
    "clasen"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clasen/hashFactory.git"
  },
  "bugs": {
    "url": "https://github.com/clasen/hashFactory/issues"
  },
  "homepage": "https://github.com/clasen/hashFactory#readme",
  "devDependencies": {
    "chai": "^5.2.0",
    "mocha": "^11.1.0"
  }
}