{
  "name": "xksuid",
  "version": "0.0.4",
  "description": "Extended K-Sortable UID for browser & NodeJS 16+",
  "type": "module",
  "main": "./src/index.node.mjs",
  "browser": "./src/index.js",
  "types": "./src/index.d.ts",
  "homepage": "https://github.com/ValeriaVG/xksuid#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ValeriaVG/xksuid.git"
  },
  "bugs": {
    "url": "https://github.com/ValeriaVG/xksuid/issues"
  },
  "scripts": {
    "test": "node tests/index.js",
    "benchmark": "node benchmark.js"
  },
  "keywords": [
    "ksuid",
    "crypto",
    "uuid"
  ],
  "author": "ValeriaVG <mail@valeriavg.dev>",
  "license": "MIT",
  "devDependencies": {
    "tiny-jest": "^1.2.1"
  }
}
