Files
tuya-mqtt/package.json
K. Siedentopp 1612b97115 initial script
2018-06-11 09:37:52 +02:00

17 lines
316 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": {
"mqtt": "^2.18.0",
"tuyapi": "github:codetheweb/tuyapi",
"yargs": "^11.0.0"
}
}