yealink-bridge/package.json
2025-02-14 20:36:59 +01:00

18 lines
350 B
JSON

{
"name": "yealink-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"mqtt": "^5.10.3"
}
}