syntex-automation
Version:
An automation system for your smart home
39 lines (38 loc) • 853 B
JSON
{
"name": "syntex-automation",
"version": "1.2.0",
"description": "An automation system for your smart home",
"main": "main.js",
"author": "SynTexDZN",
"engines": {
"homebridge": ">=0.3.0",
"node": ">=9.11.2"
},
"dependencies": {
"axios": "^0.21.1",
"syntex-filesystem": "1.0.2-b15",
"syntex-logger": "1.0.8-b24"
},
"keywords": [
"syntex",
"syntex-automation",
"plugin",
"http",
"automation"
],
"homepage": "https://github.com/SynTexDZN/syntex-automation#readme",
"repository": {
"type": "git",
"url": "git://github.com/SynTexDZN/syntex-automation.git"
},
"bugs": {
"url": "https://github.com/SynTexDZN/syntex-automation/issues"
},
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "^8.7.0"
}
}