diff --git a/package.json b/package.json index b190608..2e7f40f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "scripts": { "start": "node ./lolisafe.js", "pm2": "pm2 start --name lolisafe ./lolisafe.js", - "thumbs": "node ./scripts/thumbs.js" + "thumbs": "node ./scripts/thumbs.js", + "randver": "node -e \"console.log(require('randomstring').generate(10))\"" }, "dependencies": { "bcrypt": "^2.0.0",