Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeerapi.abasa.com
/
nodetest-backup30April26
/
Filename :
package.json
back
Copy
{ "name": "revised-node", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "nodemon -r dotenv/config --experimental-json-modules src/index.js", "populate-notifications": "node src/scripts/populateNotifications.js", "test-late-notification": "node src/scripts/testLateNotification.js", "test-all-notifications": "node src/scripts/testAllNotifications.js", "migrate-tenure": "node src/scripts/migrateTenureData.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.609.0", "aws-sdk": "^2.1693.0", "axios": "^1.11.0", "bcrypt": "^6.0.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "firebase-admin": "^13.4.0", "i": "^0.3.7", "jsonwebtoken": "^9.0.2", "marked": "^15.0.0", "moment": "^2.29.4", "puppeteer": "^23.0.0", "mongodb": "^6.17.0", "mongoose": "^8.0.0", "multer": "^1.4.5-lts.1", "multer-s3": "^3.0.1", "node-cron": "^3.0.3", "nodemailer": "^7.0.12", "nodemon": "^1.0.2", "redis": "^5.9.0", "socket.io": "^4.8.3" } }