51c3e1a5f8
Bumps [onstarjs](https://github.com/samrum/OnStarJS) from 2.3.9 to 2.3.10. - [Release notes](https://github.com/samrum/OnStarJS/releases) - [Changelog](https://github.com/samrum/OnStarJS/blob/master/CHANGELOG.md) - [Commits](https://github.com/samrum/OnStarJS/compare/v2.3.9...v2.3.10) --- updated-dependencies: - dependency-name: onstarjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "onstar2mqtt",
|
|
"version": "1.4.1",
|
|
"description": "OnStarJS wrapper for MQTT",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"coverage": "nyc npm test",
|
|
"lint": "npx eslint src test",
|
|
"start": "node src/index.js",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/michaelwoods/onstar2mqtt.git"
|
|
},
|
|
"keywords": [
|
|
"onstar",
|
|
"mqtt",
|
|
"gm",
|
|
"chevrolet",
|
|
"homeassistant",
|
|
"home-assistant",
|
|
"home assistant"
|
|
],
|
|
"author": "Michael Woods",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/michaelwoods/onstar2mqtt/issues"
|
|
},
|
|
"homepage": "https://github.com/michaelwoods/onstar2mqtt#readme",
|
|
"dependencies": {
|
|
"async-mqtt": "^2.6.3",
|
|
"convert-units": "^2.3.4",
|
|
"lodash": "^4.17.21",
|
|
"onstarjs": "^2.3.10",
|
|
"uuid": "^9.0.0",
|
|
"winston": "^3.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/eslint-plugin": "^7.19.1",
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
"@babel/preset-env": "^7.19.1",
|
|
"eslint": "^8.23.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"mocha": "^10.0.0",
|
|
"nyc": "^15.1.0"
|
|
}
|
|
}
|