UNPKG

rsg-util

Version:

A lightweight utility to generate random strings

51 lines 1.17 kB
{ "name": "rsg-util", "version": "1.1.11", "description": "A lightweight utility to generate random strings", "main": "index.js", "module": "index.mjs", "types": "index.d.ts", "scripts": { "test": "echo \"No tests yet\"" }, "bin": { "rsg-util": "./cli.js" }, "keywords": [ "random", "string", "uuid", "generator", "shortid", "id", "token", "hex", "cli", "timestamp", "unique-id", "alphanumeric", "string-generator", "rsg", "nanoid", "utility" ], "exports": { "require": "./index.js", "import": "./index.mjs" }, "author": "Viran Fernando", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/viranfernando/rsg-util.git" }, "bugs": { "url": "https://github.com/viranfernando/rsg-util/issues" }, "homepage": "https://github.com/viranfernando//rsg-util#readme", "dependencies": { "clipboardy": "^4.0.0", "inquirer": "^12.5.2", "minimist": "^1.2.8" } }