rword
Version:
A cryptographically secure random generator for real English words. Contains 370,000 words.
41 lines (40 loc) • 918 B
JSON
{
"name": "rword",
"type": "module",
"version": "4.0.0",
"description": "A cryptographically secure random generator for real English words. Contains 370,000 words.",
"main": "dist/Rword.js",
"types": "dist/Rword.d.ts",
"scripts": {
"watch-build": "npm run build -- -w",
"build": "rm -rf dist && tsc -p ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xyfir/rword.git"
},
"keywords": [
"random",
"randomly",
"generate",
"generated",
"generator",
"words",
"word",
"english",
"real",
"cryptographically secure",
"csprng",
"cprng"
],
"author": "Xyfir LLC (https://www.xyfir.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xyfir/rword/issues"
},
"homepage": "https://github.com/xyfir/rword#readme",
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
}
}