| Current Path : /var/node/inatote/Inatote-Backend/ |
| Current File : //var/node/inatote/Inatote-Backend/package.json |
{
"type": "module",
"name": "inatote_web_api",
"version": "1.0.0",
"description": "Web Admin + Backend",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js NODE_ENV",
"prod": "nodemon index.js NODE_ENV",
"qa": "nodemon index.js NODE_ENV",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaiiidiii/Inatote-Backend.git"
},
"author": "mateenshiekh",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaiiidiii/Inatote-Backend/issues"
},
"homepage": "https://github.com/jaiiidiii/Inatote-Backend#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.6",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"date-and-time": "^2.3.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"fcm-node": "^1.6.1",
"http": "0.0.1-security",
"joi": "^17.4.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.13",
"multer": "^1.4.2",
"node-cron": "^3.0.0",
"node-fetch": "^3.2.4",
"socket.io": "^3.1.2",
"square": "^13.1.0",
"twilio": "^3.67.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11"
}
}