mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
bcdfcd7064
* Switched ESLint + Aqua to Standard. I'm a big fan of Standard. Updated yarn.lock file too. * Lots of refactors to follow the rules of Standard. * Fixed issue with uploading as a not logged in user.
39 lines
869 B
JSON
39 lines
869 B
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/loli-safe/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bcrypt": "^1.0.3",
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.2",
|
|
"express-handlebars": "^3.0.0",
|
|
"express-rate-limit": "^2.11.0",
|
|
"fluent-ffmpeg": "^2.1.0",
|
|
"gm": "^1.23.1",
|
|
"helmet": "^3.10.0",
|
|
"jszip": "^3.1.4",
|
|
"knex": "^0.14.2",
|
|
"multer": "^1.2.1",
|
|
"randomstring": "^1.1.5",
|
|
"sqlite3": "^3.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^10.0.3"
|
|
},
|
|
"standard": {
|
|
"envs": ["browser", "node"]
|
|
}
|
|
}
|