1234567891011121314151617181920212223242526272829 |
- {
- "name": "server",
- "version": "1.0.0",
- "description": "",
- "main": "server.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "algoliasearch": "^3.35.1",
- "aws-sdk": "^2.596.0",
- "axios": "^0.19.1",
- "bcrypt-nodejs": "0.0.3",
- "body-parser": "^1.19.0",
- "cors": "^2.8.5",
- "dotenv": "^8.2.0",
- "express": "^4.17.1",
- "jsonwebtoken": "^8.5.1",
- "moment": "^2.24.0",
- "mongoose": "^5.8.3",
- "mongoose-algolia": "^1.9.1",
- "morgan": "^1.9.1",
- "multer": "^1.4.2",
- "multer-s3": "^2.9.0",
- "stripe": "^8.0.1"
- }
- }
|