{
  "name": "kuuid",
  "version": "3.0.1",
  "type": "module",
  "description": "Time-sortable UUID - roughly time-sortable unique id generator",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glynnbird/kuuid.git"
  },
  "keywords": [
    "UUID",
    "Node.js"
  ],
  "author": "Glynn Bird <glynn.bird@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/glynnbird/kuuid/issues"
  },
  "homepage": "https://github.com/glynnbird/kuuid#readme"
}
