nodejs-unique-numeric-id-generator
Version:
This repository will generate unique numeric ID of size 6 numbers.
35 lines (34 loc) • 871 B
JSON
{
"name": "nodejs-unique-numeric-id-generator",
"version": "1.1.0",
"description": "This repository will generate unique numeric ID of size 6 numbers.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start": "node index",
"test": "node ./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gopalanand333/nodejs-unique-numeric-ID-generator.git"
},
"keywords": [
"uuid",
"numeric-id",
"js",
"id"
],
"author": "Gopal Anand",
"license": "ISC",
"bugs": {
"url": "https://github.com/gopalanand333/nodejs-unique-numeric-ID-generator/issues"
},
"homepage": "https://github.com/gopalanand333/nodejs-unique-numeric-ID-generator#readme",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"dependencies": {
"assert": "^2.0.0"
}
}