UNPKG

snowflakeid-producer

Version:

A simple and fast unique id generator for node.js. It generates unique id based on twitter's snowflake algorithm.

39 lines (38 loc) 923 B
{ "name": "snowflakeid-producer", "version": "1.0.2", "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": "npm run test", "semantic-release": "semantic-release" }, "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": "^24.2.0" } }