api/package.json

22 lines
444 B
JSON

{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"express": "^4.18.2",
"node-fetch": "^3.2.6",
"nodemailer": "^6.9.1",
"randomstring": "^1.2.3",
"sync-request": "^6.1.0",
"validator": "^13.9.0"
}
}