2020-11-30 21:26:14 +00:00
|
|
|
{
|
|
|
|
"name": "onstar2mqtt",
|
2022-06-23 00:55:56 +00:00
|
|
|
"version": "1.4.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",
|
2021-06-11 03:44:31 +00:00
|
|
|
"lint": "npx eslint src 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": {
|
2022-01-24 08:04:24 +00:00
|
|
|
"async-mqtt": "^2.6.2",
|
2020-11-30 21:26:14 +00:00
|
|
|
"convert-units": "^2.3.4",
|
2021-02-22 07:36:31 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-07-25 08:03:31 +00:00
|
|
|
"onstarjs": "^2.3.9",
|
2021-06-11 03:14:00 +00:00
|
|
|
"uuid": "^8.3.2",
|
2022-09-17 13:45:24 +00:00
|
|
|
"winston": "^3.8.2"
|
2020-11-30 21:26:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-25 08:04:11 +00:00
|
|
|
"@babel/eslint-parser": "^7.18.9",
|
2022-09-17 13:50:21 +00:00
|
|
|
"@babel/eslint-plugin": "^7.19.1",
|
2021-06-11 03:44:31 +00:00
|
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
2022-09-17 13:46:19 +00:00
|
|
|
"@babel/preset-env": "^7.19.1",
|
2022-09-17 13:49:15 +00:00
|
|
|
"eslint": "^8.23.1",
|
2022-04-11 08:03:55 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2021-06-11 03:44:31 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2022-09-17 13:44:26 +00:00
|
|
|
"eslint-plugin-promise": "^6.0.1",
|
2022-05-23 08:03:09 +00:00
|
|
|
"mocha": "^10.0.0",
|
2020-12-01 03:52:38 +00:00
|
|
|
"nyc": "^15.1.0"
|
2020-11-30 21:26:14 +00:00
|
|
|
}
|
|
|
|
}
|