Airton-node / package.json
AravindS2006's picture
Update package.json
60175a3 verified
Raw
History Blame Contribute Delete
483 Bytes
{
"name": "airton",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aravindselvan",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.8.1"
},
"scripts": {
"start": "node ./index.html"
}
}