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-04-04 23:46:47 +00:00
|
|
|
"startdev": "env NODE_ENV=development 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-05-07 12:35:56 +00:00
|
|
|
"bcrypt": "^3.0.6",
|
|
|
|
"body-parser": "^1.19.0",
|
2019-04-05 17:32:52 +00:00
|
|
|
"clamdjs": "^1.0.2",
|
2019-06-03 19:40:24 +00:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-rate-limit": "^4.0.4",
|
2018-03-01 21:03:47 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2019-05-07 12:35:56 +00:00
|
|
|
"helmet": "^3.18.0",
|
2019-04-05 17:32:52 +00:00
|
|
|
"jszip": "^3.2.1",
|
2019-06-03 19:40:24 +00:00
|
|
|
"knex": "^0.17.3",
|
2019-01-10 08:56:09 +00:00
|
|
|
"multer": "^1.4.1",
|
2019-06-03 19:40:24 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-04-05 17:32:52 +00:00
|
|
|
"nunjucks": "^3.2.0",
|
|
|
|
"os": "^0.1.1",
|
2017-01-13 07:34:21 +00:00
|
|
|
"randomstring": "^1.1.5",
|
2018-12-03 09:18:52 +00:00
|
|
|
"readline": "^1.3.0",
|
2019-05-07 12:35:56 +00:00
|
|
|
"sharp": "^0.22.1",
|
2019-06-03 19:40:24 +00:00
|
|
|
"sqlite3": "^4.0.8"
|
2017-10-03 20:34:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-05 17:32:52 +00:00
|
|
|
"eslint": "^5.16.0",
|
2019-01-10 08:56:09 +00:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
2019-06-03 19:40:24 +00:00
|
|
|
"eslint-plugin-import": "^2.17.3",
|
|
|
|
"eslint-plugin-node": "^9.1.0",
|
2019-04-05 17:32:52 +00:00
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
2019-01-10 08:56:09 +00:00
|
|
|
"eslint-plugin-standard": "^4.0.0"
|
2018-04-30 17:32:50 +00:00
|
|
|
}
|
2017-01-13 07:34:21 +00:00
|
|
|
}
|