{
  "name": "uuniq",
  "version": "1.3.22",
  "description": "Short yet unique IDs.",
  "license": "MIT",
  "homepage": "https://github.com/keift/uuniq",
  "bugs": "https://github.com/keift/uuniq/issues",
  "main": "./dist/main.cjs",
  "module": "./dist/main.mjs",
  "types": "./dist/main.d.mts",
  "scripts": {
    "tests": "bun run lint && bun test",
    "build": "tsdown",
    "prettier": "prettier --write ./",
    "lint": "eslint ./"
  },
  "dependencies": {
    "@types/any-base": "^1.1.3",
    "@types/lodash.merge": "^4.6.9",
    "@types/lodash.throttle": "^4.1.9",
    "any-base": "^1.1.0",
    "lodash.merge": "^4.6.2",
    "lodash.throttle": "^4.1.1"
  },
  "devDependencies": {
    "@keyv/mongo": "latest",
    "keyv": "latest",
    "prettier": "latest",
    "rulint": "latest",
    "tsdown": "latest",
    "unrun": "latest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/keift/uuniq"
  },
  "keywords": [
    "id",
    "unique",
    "unique-id",
    "snowflake",
    "snowflake-id",
    "increment",
    "increment-id",
    "symbolic",
    "symbolic-id"
  ]
}
