onstar2mqtt/package.json
dependabot[bot] e76f5196be
Bump onstarjs from 2.0.14 to 2.1.1
Bumps [onstarjs](https://github.com/samrum/OnStarJS) from 2.0.14 to 2.1.1.
- [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.0.14...v2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 07:51:45 +00:00

42 lines
900 B
JSON

{
"name": "onstar2mqtt",
"version": "1.0.5",
"description": "OnStarJS wrapper for MQTT",
"main": "src/index.js",
"scripts": {
"coverage": "nyc npm 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.1",
"convert-units": "^2.3.4",
"lodash": "^4.17.21",
"onstarjs": "^2.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"mocha": "^8.3.2",
"nyc": "^15.1.0"
}
}