ts-randomstring
Version:
A library used for generating random strings, written in TypeScript and based on Node.
40 lines (39 loc) • 961 B
JSON
{
"name": "ts-randomstring",
"version": "1.0.8",
"description": "A library used for generating random strings, written in TypeScript and based on Node. ",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doubletruth/ts-randomstring.git"
},
"keywords": [
"TypeScript",
"Node",
"Random String",
"Crypto"
],
"author": "doubletruth",
"license": "MIT",
"bugs": {
"url": "https://github.com/doubletruth/ts-randomstring/issues"
},
"homepage": "https://github.com/doubletruth/ts-randomstring#readme",
"devDependencies": {
"typescript": "^4.3.5"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@types/node": "^16.3.1"
}
}