{
  "name": "uuid-v8",
  "version": "0.0.6",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "default": "./dist/index.js"
  },
  "bin": {
    "uuid-v8": "cli.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hayageek/uuidv8.git"
  },
  "scripts": {
    "build": "tsc",
    "doc": "typedoc ./src/index.ts --gitRevision \"v$npm_package_version\"",
    "test": "npx mocha test/"
  },
  "keywords": [
    "uuidv8",
    "uuid"
  ],
  "author": "Ravishanker Kusuma",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^20.10.5",
    "chai": "^4.3.10",
    "mocha": "^10.2.0",
    "typedoc": "^0.25.4",
    "typescript": "^5.3.3"
  }
}
