Files
smarthome/package.json
2024-03-18 00:07:54 +03:00

26 lines
538 B
JSON

{
"dependencies": {
"chalk": "^4.0.0",
"cors": "^2.8.5",
"create-react-app": "^5.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"helmet": "^7.1.0",
"mongoose": "^8.2.0",
"morgan": "^1.10.0",
"node-fetch": "^2.7.0",
"nodemon": "^3.1.0",
"socket.io": "^4.7.4"
},
"name": "wisecolt-mancmini",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"keywords": [],
"description": ""
}