{
  "name": "ksuid",
  "version": "3.0.0",
  "description": "Node.js implementation of K-Sortable Globally Unique IDs",
  "engine": {
    "node": ">=12 <13 || >=14 <15 || >=16"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "index.d.ts",
    "base62.js"
  ],
  "scripts": {
    "test": "standard && tsd && c8 ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/novemberborn/ksuid.git"
  },
  "keywords": [
    "uuid",
    "ksuid"
  ],
  "author": "Mark Wubben (https://novemberborn.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/novemberborn/ksuid/issues"
  },
  "homepage": "https://github.com/novemberborn/ksuid#readme",
  "dependencies": {
    "base-convert-int-array": "^1.0.1"
  },
  "devDependencies": {
    "@sinonjs/fake-timers": "^6.0.1",
    "@types/node": "^12.20.36",
    "ava": "^3.15.0",
    "c8": "^7.10.0",
    "standard": "^14.3.4",
    "tsd": "^0.13.1"
  }
}
