hassio-plejd/plejd/package.json

31 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2019-12-04 11:17:06 +01:00
{
"dependencies": {
"@abandonware/bluetooth-hci-socket": "~0.5.3-7",
"axios": "~0.21.1",
"buffer-xor": "~2.0.2",
"dbus-next": "~0.9.2",
2019-12-04 11:17:06 +01:00
"fs": "0.0.1-security",
"jspack": "~0.0.4",
"mqtt": "~4.2.6",
"winston": "~3.3.3"
},
"devDependencies": {
"babel-eslint": "~10.1.0",
"eslint": "~7.23.0",
"eslint-config-airbnb": "~18.2.1",
"eslint-config-prettier": "~8.1.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-prettier": "~3.3.1",
"prettier": "~2.2.1"
},
"scripts": {
"lint": "prettier \"../*.{js*,md}\" --check & eslint **/*.js",
"lint:fix": "prettier .. --check --write & eslint **/*.js --fix",
"lint:prettier:fix": "npm run lint:prettier --write",
"lint:errors": "npm run lint:prettier & npm run lint:styles --quiet & npm run lint:types & npm run lint:scripts --quiet",
"lint:errors:fix": "npm run lint:prettier --write & npm run lint:scripts --quiet --fix",
"lint:prettier": "prettier --check \"**/*.js\"",
"lint:scripts": "eslint --config ./.eslintrc.js \"**/*.js\""
2019-12-04 11:17:06 +01:00
}
2020-01-17 14:50:58 +00:00
}