2017-01-13 07:34:21 +00:00
|
|
|
{
|
2017-10-04 02:45:01 +00:00
|
|
|
"name": "lolisafe",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
|
|
|
|
"author": "Pitu",
|
2017-01-13 07:34:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-10-03 20:34:57 +00:00
|
|
|
"url": "https://github.com/WeebDev/lolisafe"
|
2017-01-13 07:34:21 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2018-04-04 16:47:20 +00:00
|
|
|
"url": "https://github.com/WeebDev/lolisafe/issues"
|
2017-01-13 07:34:21 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-30 17:32:50 +00:00
|
|
|
"node": ">=8.0.0"
|
2017-01-13 07:34:21 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
2018-01-24 15:31:23 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node ./lolisafe.js",
|
2019-01-06 06:27:17 +00:00
|
|
|
"pm2": "pm2 start --name safe ./lolisafe.js",
|
2018-09-07 15:26:29 +00:00
|
|
|
"thumbs": "node ./scripts/thumbs.js",
|
2019-01-06 06:28:54 +00:00
|
|
|
"cfpurge": "node ./scripts/cfpurge.js",
|
2019-01-09 10:11:45 +00:00
|
|
|
"pull": "git stash; git pull; yarn; git stash pop"
|
2018-01-24 15:31:23 +00:00
|
|
|
},
|
2017-01-13 07:34:21 +00:00
|
|
|
"dependencies": {
|
2019-02-18 21:46:12 +00:00
|
|
|
"bcrypt": "^3.0.4",
|
2019-01-10 08:56:09 +00:00
|
|
|
"body-parser": "^1.18.3",
|
2018-09-04 15:48:24 +00:00
|
|
|
"clamdjs": "^1.0.1",
|
2019-01-10 08:56:09 +00:00
|
|
|
"express": "^4.16.4",
|
|
|
|
"express-rate-limit": "^3.3.2",
|
2018-03-01 21:03:47 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2019-01-10 08:56:09 +00:00
|
|
|
"helmet": "^3.15.0",
|
2018-03-01 21:03:47 +00:00
|
|
|
"jszip": "^3.1.5",
|
2019-01-10 08:56:09 +00:00
|
|
|
"knex": "^0.16.3",
|
|
|
|
"multer": "^1.4.1",
|
|
|
|
"node-fetch": "^2.3.0",
|
|
|
|
"nunjucks": "^3.1.6",
|
2017-01-13 07:34:21 +00:00
|
|
|
"randomstring": "^1.1.5",
|
2018-12-03 09:18:52 +00:00
|
|
|
"readline": "^1.3.0",
|
2018-12-03 07:20:13 +00:00
|
|
|
"sharp": "^0.21.0",
|
2019-02-18 21:46:12 +00:00
|
|
|
"sqlite3": "^4.0.6"
|
2017-10-03 20:34:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-10 08:56:09 +00:00
|
|
|
"eslint": "^5.12.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-node": "^8.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.0"
|
2018-04-30 17:32:50 +00:00
|
|
|
}
|
2017-01-13 07:34:21 +00:00
|
|
|
}
|