uuniq
Version:
Short yet unique IDs.
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "uuniq",
"version": "1.3.20",
"description": "Short yet unique IDs.",
"license": "MIT",
"homepage": "https://github.com/keift/uuniq",
"bugs": "https://github.com/keift/uuniq/issues",
"main": "./dist/main.js",
"module": "./dist/main.mjs",
"types": "./dist/main.d.ts",
"scripts": {
"tests": "bun run lint && bun test",
"build": "tsup",
"prettier": "prettier --write ./",
"lint": "eslint ./"
},
"dependencies": {
"@types/any-base": "^1.1.3",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.throttle": "^4.1.9",
"any-base": "^1.1.0",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1"
},
"devDependencies": {
"@keyv/mongo": "latest",
"keyv": "latest",
"prettier": "latest",
"rulint": "latest",
"tsup": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/keift/uuniq"
},
"keywords": [
"id",
"unique",
"unique-id",
"snowflake",
"snowflake-id",
"increment",
"increment-id",
"symbolic",
"symbolic-id"
]
}