18 lines
350 B
JSON
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"
|
|
}
|
|
}
|