{
  "name": "short-unique-id",
  "version": "4.4.4",
  "description": "Generate random or sequential UUID of any length",
  "keywords": [
    "short",
    "random",
    "uid",
    "uuid",
    "guid",
    "node",
    "unique id",
    "generator",
    "tiny"
  ],
  "bin": {
    "short-unique-id": "bin/short-unique-id",
    "suid": "bin/short-unique-id"
  },
  "main": "dist/short-unique-id.js",
  "types": "dist/short-unique-id.d.ts",
  "homepage": "https://shortunique.id",
  "repository": {
    "type": "git",
    "url": "https://github.com/jeanlescure/short-unique-id"
  },
  "license": "Apache-2.0",
  "runkitExampleFilename": "./runkit.js",
  "scripts": {
    "test": "ts-node src/test.ts",
    "build": "scripty",
    "docs": "scripty",
    "release": "release-it"
  },
  "release-it": {
    "git": {
      "changelog": "auto-changelog --stdout -l false -u -t ./assets/changelog-compact.hbs"
    },
    "hooks": {
      "after:bump": "scripty"
    },
    "npm": {
      "publish": false
    }
  },
  "files": [
    "bin",
    "dist",
    "runkit.js",
    "package.json"
  ],
  "devDependencies": {
    "@types/node": "^16.6.1",
    "auto-changelog": "^2.3.0",
    "esbuild": "^0.12.20",
    "refup": "^1.0.0",
    "release-it": "^14.11.5",
    "scripty": "^2.0.0",
    "short-unique-id-typedoc-template": "2.0.4",
    "ts-node": "^10.2.0",
    "tslib": "^2.3.1",
    "typedoc": "^0.20.36",
    "typescript": "4.2.2"
  }
}
