mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
ec6069d962
Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 4.0.4 to 5.0.0. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v4.0.4...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "lolisafe",
|
|
"version": "3.0.0",
|
|
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
|
|
"author": "Pitu",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WeebDev/lolisafe"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeebDev/lolisafe/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node ./lolisafe.js",
|
|
"startdev": "env NODE_ENV=development node ./lolisafe.js",
|
|
"pm2": "pm2 start --name safe ./lolisafe.js",
|
|
"thumbs": "node ./scripts/thumbs.js",
|
|
"cfpurge": "node ./scripts/cfpurge.js",
|
|
"pull": "git stash; git pull; yarn; git stash pop"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^3.0.6",
|
|
"body-parser": "^1.19.0",
|
|
"clamdjs": "^1.0.2",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.0.0",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"helmet": "^3.18.0",
|
|
"jszip": "^3.2.1",
|
|
"knex": "^0.17.6",
|
|
"multer": "^1.4.1",
|
|
"node-fetch": "^2.6.0",
|
|
"nunjucks": "^3.2.0",
|
|
"os": "^0.1.1",
|
|
"randomstring": "^1.1.5",
|
|
"readline": "^1.3.0",
|
|
"sharp": "^0.22.1",
|
|
"sqlite3": "^4.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.17.3",
|
|
"eslint-plugin-node": "^9.1.0",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-standard": "^4.0.0"
|
|
}
|
|
}
|