File size: 759 Bytes
4b8862e 1c12341 4b8862e 0ebb0d2 4b8862e c2ff317 4b8862e 8355153 4b8862e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^22.13.11",
"axios": "^1.12.2",
"bcryptjs": "^3.0.2",
"resend": "^3.0.0",
"bycf": "^1.0.1",
"puppeteer": "^23.10.4",
"express": "^5.1.0",
"playwright": "*",
"express-rate-limit": "^8.1.0",
"groq-sdk": "^0.33.0",
"jimp": "^1.6.0",
"jsonwebtoken": "^9.0.2",
"jsqr": "^1.4.0",
"mongoose": "^8.18.1",
"multer": "^2.0.2",
"nodemailer": "^7.0.6",
"notmebotz-tools": "^2.0.29",
"syntax-error": "^1.4.0"
}
}
|