Spaces:
Sleeping
Sleeping
File size: 483 Bytes
2703c75 548547e 2703c75 548547e 2703c75 548547e 2703c75 548547e 60175a3 2703c75 548547e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"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"
}
}
|