{
  "name": "distid",
  "version": "1.0.2",
  "description": "Distributed ID generator for large-scale systems",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nhanlethanh1198/distid.git",
    "directory": "dist"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "keywords": [
    "id",
    "distributed",
    "uuid",
    "generator"
  ],
  "author": "@nhanlethanh1198",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.8.2"
  },
  "types": "dist/types/index.d.ts"
}
