{
  "name": "alluuid",
  "version": "1.0.2",
  "description": "AllUUID is a versatile JavaScript library for generating universally unique identifiers (UUIDs) and GUIDs. It supports multiple versions of UUIDs, including version 1 (time-based), version 4 (random), and version 7 (timestamp-based). This tool is ideal for developers looking to create unique identifiers for databases, session tokens, or any other use cases where uniqueness is critical.",
  "main": "alluuid/index.js",
   "types": "alluuid/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krishnatadi/alluuid.git"
  },
  "keywords": [
    "ALLUUID", "GUID", "Unique", "Identifier", "UUID", "Version 1 UUID", "Version 4 UUID", "Version 7 UUID", "Nil UUID", "Custom UUID", "Email UUID", "JavaScript", "Node.js", "Time-based", "Unique", "Generator", "Cryptographically", "Secure"
  ],
  "author": "krishna tadi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krishnatadi/alluuid/issues"
  },
  "homepage": "https://github.com/krishnatadi/alluuid#readme"
}
