2019-12-04 11:17:06 +01:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2025-08-05 19:55:50 +02:00
|
|
|
"@abandonware/bluetooth-hci-socket": "~0.5.3-10",
|
|
|
|
|
"axios": "~1.6.1",
|
2021-01-21 21:31:37 +01:00
|
|
|
"buffer-xor": "~2.0.2",
|
2025-08-05 19:55:50 +02:00
|
|
|
"dbus-next": "~0.10.2",
|
2019-12-04 11:17:06 +01:00
|
|
|
"fs": "0.0.1-security",
|
2021-01-21 21:31:37 +01:00
|
|
|
"jspack": "~0.0.4",
|
2025-08-05 19:55:50 +02:00
|
|
|
"mqtt": "~5.1.2",
|
|
|
|
|
"winston": "~3.11.0"
|
2021-01-22 15:49:02 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-05 19:55:50 +02:00
|
|
|
"@babel/eslint-parser": "~7.23.3",
|
|
|
|
|
"eslint": "~8.53.0",
|
|
|
|
|
"eslint-config-airbnb": "~19.0.4",
|
|
|
|
|
"eslint-config-prettier": "~9.0.0",
|
|
|
|
|
"eslint-plugin-import": "~2.29.0",
|
|
|
|
|
"eslint-plugin-prettier": "~5.0.1",
|
|
|
|
|
"prettier": "~3.0.3"
|
2021-01-22 15:49:02 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2023-08-16 15:27:17 +02:00
|
|
|
"lint": "npm run lint:prettier & npm run lint:scripts",
|
|
|
|
|
"lint:fix": "npm run lint:prettier:fix & npm run lint:scripts:fix",
|
2023-08-16 15:32:53 +02:00
|
|
|
"lint:prettier": "prettier --check --config ../.prettierrc.js \"**/*.{js*,md}\"",
|
|
|
|
|
"lint:prettier:fix": "prettier --check --config ../.prettierrc.js --write \"**/*.{js*,md}\"",
|
2023-08-16 15:27:17 +02:00
|
|
|
"lint:scripts": "eslint --config ./.eslintrc.js \"**/*.js\"",
|
|
|
|
|
"lint:scripts:fix": "eslint --config ./.eslintrc.js --fix \"**/*.js\""
|
2019-12-04 11:17:06 +01:00
|
|
|
}
|
2020-01-17 14:50:58 +00:00
|
|
|
}
|