39df6a23bf
Bump mocha from 10.0.0 to 10.1.0
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "onstar2mqtt",
|
|
"version": "1.5.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.13",
|
|
"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.4",
|
|
"eslint": "^8.27.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"mocha": "^10.1.0",
|
|
"nyc": "^15.1.0"
|
|
}
|
|
}
|