package.json
355 Bytes
{
"name": "reply",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"node-fetch": "^3.3.0",
"request": "^2.88.2",
"xml-js": "^1.6.11"
}
}