mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated package.json
This commit is contained in:
parent
4463e8de71
commit
6149f46831
@ -18,7 +18,8 @@
|
|||||||
"start": "node ./lolisafe.js",
|
"start": "node ./lolisafe.js",
|
||||||
"pm2": "pm2 start --name lolisafe ./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))\""
|
"randver": "node -e \"console.log(require('randomstring').generate(10))\"",
|
||||||
|
"pull": "git stash; git pull; git stash pop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^2.0.0",
|
"bcrypt": "^2.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user