mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 17:54:36 +00:00
With a fresh clone of this repository, doing a 'npm install' on linux and mac os x result in modified package.json and package-lock.json. I guess we should then publish them modified. Signed-off-by: Gérondal Thibault <contact@tycale.be>
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"name": "tuya-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "tuya.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.3",
|
|
"debug": "^3.2.6",
|
|
"mqtt": "^2.18.8",
|
|
"tuyapi": "github:codetheweb/tuyapi"
|
|
}
|
|
}
|