filesafe/package.json
2019-04-05 06:46:47 +07:00

52 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.4",
"body-parser": "^1.18.3",
"clamdjs": "^1.0.1",
"express": "^4.16.4",
"express-rate-limit": "^3.3.2",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^3.15.0",
"jszip": "^3.1.5",
"knex": "^0.16.3",
"multer": "^1.4.1",
"node-fetch": "^2.3.0",
"nunjucks": "^3.1.6",
"randomstring": "^1.1.5",
"readline": "^1.3.0",
"sharp": "^0.21.0",
"sqlite3": "^4.0.6"
},
"devDependencies": {
"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"
}
}