random-string-generator
Version:
Javascript random string generator, the length and scope can be custom defined.
34 lines (33 loc) • 784 B
JSON
{
"name": "random-string-generator",
"version": "1.0.7",
"description": "Javascript random string generator, the length and scope can be custom defined.",
"main": "dist/random.cjs",
"module": "dist/random.mjs",
"types": "random.d.ts",
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"keywords": [
"random",
"length",
"scope"
],
"repository": {
"type": "git",
"url": "https://github.com/yuhenabc/random.git"
},
"author": "yuhenabc",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@rollup/plugin-typescript": "^12.1.1",
"jest": "^29.7.0",
"rollup": "^4.24.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"packageManager": "yarn@1.22.22"
}