randomstring-tool
Version:
A node.js tool for generating random text strings
28 lines • 713 B
JSON
{
"name": "randomstring-tool",
"version": "1.1.3",
"description": "A node.js tool for generating random text strings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/STUTuna/randomstring-tool.git"
},
"keywords": [
"randomstring"
],
"author": "Super Tuna",
"license": "MIT",
"bugs": {
"url": "https://github.com/STUTuna/randomstring-tool/issues"
},
"homepage": "https://github.com/STUTuna/randomstring-tool#readme",
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"jest": "^29.5.0"
}
}