2020-11-30 21:26:14 +00:00
|
|
|
{
|
|
|
|
"name": "onstar2mqtt",
|
2021-06-11 03:15:46 +00:00
|
|
|
"version": "1.1.1",
|
2020-11-30 21:26:14 +00:00
|
|
|
"description": "OnStarJS wrapper for MQTT",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2020-12-03 06:36:13 +00:00
|
|
|
"coverage": "nyc npm test",
|
2020-11-30 21:26:14 +00:00
|
|
|
"start": "node src/index.js",
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/michaelwoods/onstar2mqtt.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"onstar",
|
|
|
|
"mqtt",
|
|
|
|
"gm",
|
2020-12-28 02:21:13 +00:00
|
|
|
"chevrolet",
|
|
|
|
"homeassistant",
|
|
|
|
"home-assistant",
|
|
|
|
"home assistant"
|
2020-11-30 21:26:14 +00:00
|
|
|
],
|
|
|
|
"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",
|
2021-02-22 07:36:31 +00:00
|
|
|
"lodash": "^4.17.21",
|
2021-05-31 06:46:11 +00:00
|
|
|
"onstarjs": "^2.2.1",
|
2021-06-11 03:14:00 +00:00
|
|
|
"uuid": "^8.3.2",
|
|
|
|
"winston": "^3.3.3"
|
2020-11-30 21:26:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-08 05:49:04 +00:00
|
|
|
"mocha": "^9.0.0",
|
2020-12-01 03:52:38 +00:00
|
|
|
"nyc": "^15.1.0"
|
2020-11-30 21:26:14 +00:00
|
|
|
}
|
|
|
|
}
|