{
  "name": "eventid",
  "version": "2.0.1",
  "description": "A utility for generating monotonically increasing unique event ids across a network of services.",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "scripts": {
    "test": "c8 mocha build/test",
    "lint": "gts check",
    "license-check": "jsgl --local .",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/eventid-js.git"
  },
  "keywords": [
    "uid"
  ],
  "author": "Google Inc.",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/google/eventid-js/issues"
  },
  "homepage": "https://github.com/google/eventid-js#readme",
  "dependencies": {
    "uuid": "^8.0.0"
  },
  "devDependencies": {
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.0.0",
    "@types/uuid": "^8.0.0",
    "c8": "^7.3.0",
    "gts": "^3.0.0",
    "js-green-licenses": "^3.0.0",
    "mocha": "^9.0.0",
    "typescript": "^4.0.0"
  },
  "engines": {
    "node": ">=10"
  }
}
