uniquegen
Version:
uniquegen is an package for Node.js projects, enabling the generation of random numbers and words. It offers flexibility and ease of use, making it a valuable tool for developers.
60 lines (59 loc) • 1.58 kB
JSON
{
"name": "uniquegen",
"version": "8.6.8",
"description": "uniquegen is an package for Node.js projects, enabling the generation of random numbers and words. It offers flexibility and ease of use, making it a valuable tool for developers.",
"main": "Service/uniquegen.js",
"types": "Service/uniquegen.d.ts",
"scripts": {
"build": "npm test && tsc",
"prepare": "npm run build",
"test": "npm run lint",
"lint": "tslint -c tslint.json 'src/**/*.ts'"
},
"keywords": [
"UniqueGen",
"Unique",
"Gen",
"Random",
"UUID",
"Programming Languages",
"Utilities",
"Random",
"Generator"
],
"author": "Ankan Saha",
"license": "MIT",
"displayName": "UniqueGen",
"icon": "https://th.bing.com/th/id/OIP.mp8SPXPOGVDGGvKVnwyoiQHaHa?pid=ImgDet&rs=1",
"publisher": "Ankan Saha",
"maintainers": [
"Ankan Saha",
"Priya Ghosh"
],
"categories": [
"Utilities",
"Random",
"UUID",
"Unique",
"Gen",
"UniqueGen",
"UUID",
"Programming Languages"
],
"repository": {
"type": "git",
"url": "https://github.com/AnkanSaha/uniquegen.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/AnkanSaha"
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^5.2.2"
},
"sponsor": {
"type": "git",
"url": "https://github.com/sponsors/AnkanSaha"
}
}