FinanceBot1 / package.json
Rahul2298's picture
Update package.json
c1f8d83 verified
raw
history blame contribute delete
388 Bytes
{
"name": "Rahul Patel",
"version": "1.0.0",
"type": "module",
"main": "mapping.js",
"scripts": {
"start": "node mapping.js"
},
"dependencies": {
"express": "latest",
"http": "latest",
"ws": "latest",
"node-fetch": "latest",
"cookie-parser": "latest",
"path": "latest",
"url": "latest",
"body-parser": "latest",
"cors": "latest"
}
}