is-ihm/back/package.json

19 lines
338 B
JSON

{
"name": "back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.1.0",
"mqtt": "^5.11.1",
"mysql": "^2.18.1"
}
}