{
  "name": "micro-id-generator",
  "version": "1.0.6",
  "description": "A compact, fast, timestamp-based unique ID generator using custom epoch and Base62 encoding.",
  "main": "microId.js",
  "type": "commonjs",
  "scripts": {
    "start": "node microId.js"
  },
  "keywords": [
  "micro-id",
  "id-generator",
  "unique-id",
  "nanoid",
  "base62",
  "epoch-id",
  "timestamp-id",
  "short-id",
  "smart-id",
  "tiny-id"
],
  "author": "Luvdeep Katyal",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LuvdeepKatyal/micro-id"
  },
  "homepage": "https://github.com/LuvdeepKatyal/micro-id#readme"
}
