{ "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.29", "@fortawesome/free-brands-svg-icons": "^5.13.1", "@fortawesome/free-regular-svg-icons": "^5.13.1", "@fortawesome/free-solid-svg-icons": "^5.13.1", "@types/cors": "^2.8.6", "@types/events": "^3.0.0", "@types/express": "^4.17.6", "@types/express-redis-cache": "^1.1.2", "@types/html-to-text": "^5.1.1", "@types/http-proxy-middleware": "^0.19.3", "@types/ioredis": "^4.17.0", "@types/jest": "^26.0.4", "@types/moment": "^2.13.0", "@types/mongoose": "^5.7.28", "@types/mongoose-paginate-v2": "^1.3.8", "@types/multer": "^1.4.3", "@types/multer-s3": "^2.7.7", "@types/mustache": "^4.0.1", "@types/negotiator": "^0.6.1", "@types/nodemailer": "^6.4.0", "@types/papaparse": "^5.0.6", "@types/sanitize-html": "^1.23.3", "@types/sharp": "^0.25.1", "@types/twig": "^1.12.3", "aws-sdk": "^2.706.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "crypto-random-string": "^3.2.0", "dotenv": "^8.2.0", "express": "^4.17.1", "express-redis-cache": "git+https://github.com/lefuturiste/express-redis-middleware.git", "html-to-text": "^5.1.1", "http-proxy-middleware": "^1.0.5", "ioredis": "^4.17.3", "jest": "^26.1.0", "moment": "^2.27.0", "mongoose": "^5.9.20", "mongoose-paginate-v2": "^1.3.9", "multer": "^1.4.2", "multer-s3": "^2.9.0", "multer-s3-v2": "^2.2.1", "multer-s3-with-transforms": "git+https://github.com/Aeonrush/multer-s3-with-transforms.git", "mustache": "^4.0.1", "nanoid": "^3.1.10", "nodemailer": "^6.4.10", "papaparse": "^5.2.0", "sanitize-html": "^1.27.1", "sharp": "^0.25.4", "slugify": "^1.4.4", "ts-jest": "^26.1.2", "twig": "^1.15.1", "typescript": "^3.9.5" }, "scripts": { "test": "jest --verbose --detectOpenHandles", "test-watch": "jest --verbose --watchAll", "dev": "./node_modules/.bin/tsc --watch", "serve": "./node_modules/.bin/cross-env NODE_ENV=development ./node_modules/.bin/nodemon dist/app.js", "build": "./node_modules/.bin/tsc", "assets": "./node_modules/.bin/gulp build", "start": "./node_modules/.bin/cross-env node ./dist/app.js" }, "main": "dist/index.js", "devDependencies": { "cross-env": "^7.0.3", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-minify": "^3.1.0", "gulp-terser": "^1.2.0", "gulp-uglify": "^3.0.2", "nodemon": "^2.0.4", "supertest": "^4.0.2" }, "version": "0.0.0", "packageManager": "yarn@3.2.3" }