{
  "name": "scuid",
  "version": "1.1.0",
  "description": "Collision-resistant IDs optimized for horizontal scaling and performance",
  "author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",
  "license": "MIT",
  "keywords": [
    "id",
    "cuid",
    "uid",
    "unique",
    "uuid",
    "guid",
    "rng",
    "prng"
  ],
  "main": "lib/scuid.js",
  "dependencies": {},
  "devDependencies": {
    "cuid": "^2.0.2",
    "matcha": "^0.7.0",
    "tap-diff": "^0.1.1",
    "tape": "^4.8.0",
    "tape-catch": "^1.0.6"
  },
  "peerDependencies": {},
  "optionalDependencies": {},
  "homepage": "https://github.com/jhermsmeier/node-scuid",
  "repository": {
    "type": "git",
    "url": "https://github.com/jhermsmeier/node-scuid.git"
  },
  "bugs": {
    "url": "https://github.com/jhermsmeier/node-scuid/issues"
  },
  "scripts": {
    "benchmark": "matcha --reporter plain",
    "test": "tape test/*.js | tap-diff"
  }
}
