2022-03-14 23:42:35 +01:00
|
|
|
{
|
|
|
|
"name": "knx-monitor",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "KNX event monitor an logger",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://git.home.lipc.tech/laur/knx-monitor.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"knx",
|
|
|
|
"monitor",
|
|
|
|
"log",
|
|
|
|
"event"
|
|
|
|
],
|
|
|
|
"author": "Laur Ivan",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2022-03-15 22:30:02 +01:00
|
|
|
"axios": "^0.26.1",
|
2022-03-14 23:42:35 +01:00
|
|
|
"dotenv": "^16.0.0",
|
2022-03-15 22:30:02 +01:00
|
|
|
"form-data": "^4.0.0",
|
2022-03-14 23:42:35 +01:00
|
|
|
"fs": "0.0.1-security",
|
|
|
|
"knx-lib": "0.0.3",
|
|
|
|
"node-appwrite": "^5.0.0",
|
|
|
|
"xml2js": "^0.4.23"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^17.0.14",
|
|
|
|
"@types/xml2js": "^0.4.9",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
|
|
"@typescript-eslint/parser": "^5.10.2",
|
|
|
|
"chai": "^4.3.6",
|
|
|
|
"eslint": "^8.11.0",
|
|
|
|
"mocha": "^9.2.2",
|
|
|
|
"nyc": "^15.1.0",
|
|
|
|
"ts-mocha": "^9.0.2",
|
|
|
|
"typescript": "^4.6.2"
|
|
|
|
}
|
|
|
|
}
|