UNPKG

node-red-contrib-onstar2

Version:

An updated Node-RED Library using OnStarJS, an unofficial client library for the OnStar Vehicle API

62 lines (61 loc) 1.87 kB
{ "name": "node-red-contrib-onstar2", "version": "2.7.0", "description": "An updated Node-RED Library using OnStarJS, an unofficial client library for the OnStar Vehicle API", "main": "onstar.js", "scripts": { "test": "nyc --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha", "test:auth": "nyc --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/authentication.spec.js", "test:auth-legacy": "RUN_AUTH_TESTS=true nyc --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/authentication.spec.js", "test:functionality": "nyc --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/functionality-mocked.spec.js", "test:mocked": "nyc --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/authentication.spec.js test/functionality-mocked.spec.js" }, "dependencies": { "axios": "^1.11.0", "chromium-bidi": "^7.2.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "onstarjs2": "^2.9.0", "uuid": "^11.1.0" }, "node-red": { "version": ">=4.0.9", "nodes": { "onstar": "onstar.js" } }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/BigThunderSR/node-red-contrib-onstar2.git" }, "devDependencies": { "@babel/eslint-parser": "^7.28.0", "@babel/eslint-plugin": "^7.27.1", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/preset-env": "^7.28.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.32.0", "eslint": "^9.32.0", "globals": "^16.3.0", "mocha": "^11.7.1", "node-red": "^4.1.0", "node-red-node-test-helper": "^0.3.4", "nyc": "^17.1.0", "sinon": "^21.0.0" }, "keywords": [ "node-red", "OnStar", "Chevrolet", "Chevy", "GM", "GMC", "Buick", "Cadillac" ], "author": "BigThunderSR", "license": "MIT" }