{
  "name": "uuniq",
  "version": "1.2.19",
  "description": "Short but unique IDs.",
  "license": "MIT",
  "homepage": "https://github.com/keift/uuniq",
  "bugs": "https://github.com/keift/uuniq/issues",
  "main": "./dist/main.js",
  "module": "./dist/main.mjs",
  "types": "./dist/main.d.ts",
  "scripts": {
    "tests": "bun run lint && bun test",
    "prettier": "prettier --write ./",
    "build": "tsup",
    "lint": "eslint ./"
  },
  "dependencies": {
    "@types/any-base": "^1.1.3",
    "@types/lodash": "^4.17.18",
    "any-base": "^1.1.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "jiti": "^2.4.2",
    "prettier": "^3.5.3",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.34.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/keift/uuniq"
  },
  "keywords": [
    "id",
    "unique",
    "unique-id",
    "snowflake",
    "snowflake-id",
    "symbolic",
    "symbolic-id"
  ]
}
