{ "name": "lolisafe", "version": "4.0.0", "description": "Blazing fast file uploader and bunker written in node! 🚀", "license": "MIT", "author": { "name": "Pitu", "email": "heyitspitu@gmail.com", "url": "https://github.com/Pitu" }, "main": "src/_scripts/start.js", "scripts": { "setup": "node src/wizard.js", "api": "node src/api/structures/Server", "site": "nuxt", "build": "nuxt build", "start": "cross-env NODE_ENV=production node src/start && nuxt start" }, "repository": { "type": "git", "url": "https://github.com/WeebDev/lolisafe" }, "bugs": { "url": "https://github.com/WeebDev/lolisafe/issues" }, "engines": { "node": ">=8.0.0" }, "dependencies": { "adm-zip": "^0.4.11", "axios": "^0.18.0", "bcrypt": "^2.0.1", "body-parser": "^1.18.2", "buefy": "0.6.3", "busboy": "^0.2.14", "chalk": "^2.4.1", "compression": "^1.7.2", "cors": "^2.8.4", "dotenv": "^6.2.0", "dumper.js": "^1.1.1", "express": "^4.16.3", "express-rate-limit": "^2.11.0", "fluent-ffmpeg": "^2.1.2", "fs-jetpack": "^1.3.0", "fuse.js": "^3.2.0", "helmet": "^3.12.0", "imagesloaded": "^4.1.4", "jsonwebtoken": "^8.2.1", "knex": "^0.14.6", "moment": "^2.22.1", "multer": "^1.3.0", "nuxt": "^2.4.3", "nuxt-dropzone": "^0.2.7", "one-liner": "^1.3.0", "path": "^0.12.7", "pg": "^7.4.3", "qoa": "^0.2.0", "randomstring": "^1.1.5", "serve-static": "^1.13.2", "sharp": "^0.20.3", "v-clipboard": "^1.0.4", "vue-analytics": "^5.16.2", "vue-axios": "^2.0.2", "vue-isyourpasswordsafe": "^1.0.2", "vue-plyr": "^2.1.1", "vue-timeago": "^3.4.4", "vue2-transitions": "^0.2.3" }, "devDependencies": { "autoprefixer": "^9.4.7", "babel-eslint": "^10.0.1", "cross-env": "^5.2.0", "eslint": "^5.13.0", "eslint-config-aqua": "^4.4.1", "eslint-plugin-vue": "^5.2.1", "node-sass": "^4.11.0", "postcss-css-variables": "^0.11.0", "postcss-nested": "^3.0.0", "ream": "^3.2.7", "sass-loader": "^7.1.0", "vue-eslint-parser": "^2.0.3" }, "eslintConfig": { "extends": [ "aqua/vue", "aqua/node" ], "rules": { "vue/attribute-hyphenation": 0, "quote-props": 0 } }, "keywords": [ "lolisafe", "upload", "uploader", "file", "vue", "ssr", "file uploader", "images" ] }