Packages Json
{
"name": "ecommero-api",
"version": "1.0.0",
"description": "ecommero api",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"dependencies": {
"apollo-server-express": "^2.12.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"consolidate": "^0.15.1",
"dataloader": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "^2.6.1",
"expo-server-sdk": "^3.2.0",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"firebase-admin": "^7.3.0",
"graphql": "^14.0.2",
"graphql-upload": "^8.0.4",
"http": "0.0.1-security",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.9.10",
"nodemailer": "^6.1.1",
"paypal-rest-sdk": "^1.8.1",
"stripe": "^7.0.1",
"tinify": "^1.6.0-beta.2",
"uuid": "^3.3.2"
}
Last updated
Was this helpful?