{
  "name": "kinoid",
  "version": "3.0.7",
  "description": "An ultra-light, url-friendly unique IDs generator. For node and browsers.",
  "author": "Thorn Duke",
  "license": "MIT",
  "keywords": [
    "backend",
    "cli",
    "unique id",
    "uniqid",
    "unique identifier",
    "hexatridecimal",
    "uuid",
    "id",
    "uid",
    "guid",
    "node",
    "generator",
    "id generator"
  ],
  "homepage": "https://github.com/ThornDuke/kinoid",
  "repository": {
    "type": "git",
    "url": "https://github.com/ThornDuke/kinoid.git"
  },
  "bugs": {
    "url": "https://github.com/ThornDuke/kinoid/issues"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "preferGlobal": true,
  "main": "index.js",
  "scripts": {
    "format": "prettier . --write",
    "stylecheck": "prettier . --check",
    "benchmark": "node tests/benchmark.js",
    "browse": "open tests/index.html",
    "test": "jest"
  },
  "devDependencies": {
    "prettier": "^3.4.1",
    "jest": "^29.7.0"
  }
}
