{
  "name": "snowflakeid-producer",
  "version": "1.0.3",
  "description": "A simple and fast unique id generator for node.js. It generates unique id based on twitter's snowflake algorithm.",
  "main": "index.js",
  "scripts": {
    "test": "node --test test/*.test.js",
    "semantic-release": "semantic-release"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rathijitpapon/snowflakeid.git"
  },
  "keywords": [
    "snowflakeid-producer",
    "snowflakeid",
    "snowflake",
    "unique-id",
    "unique",
    "id",
    "unique-id-generator",
    "flake",
    "flake-id",
    "generator"
  ],
  "author": "Rathijit Paul",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rathijitpapon/snowflakeid/issues"
  },
  "homepage": "https://github.com/rathijitpapon/snowflakeid#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "semantic-release": "^25.0.2"
  },
  "overrides": {
    "@isaacs/brace-expansion": "5.0.1",
    "lodash-es": "4.18.1"
  }
}
