UNPKG

node-red-contrib-onstar2

Version:

An updated Node-RED Library using OnStarJS2, supporting both v1 and v3 OnStar APIs with automatic version detection

64 lines (63 loc) 2.04 kB
{ "name": "node-red-contrib-onstar2", "version": "3.0.2", "description": "An updated Node-RED Library using OnStarJS2, supporting both v1 and v3 OnStar APIs with automatic version detection", "main": "onstar.js", "scripts": { "test": "c8 --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha --exclude test/real-api.spec.js", "test:auth": "c8 --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/authentication.spec.js", "test:auth-legacy": "RUN_AUTH_TESTS=true c8 --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/authentication.spec.js", "test:functionality": "c8 --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/functionality-mocked.spec.js", "test:mocked": "c8 --exclude=\"deps/index.cjs\" --exclude=\"test\" mocha test/authentication.spec.js test/functionality-mocked.spec.js", "test:real-safe-only": "mocha test/real-api.spec.js --grep \"Safe Read-Only\" --timeout 120000" }, "dependencies": { "axios": "^1.13.2", "chromium-bidi": "^12.0.0", "jsonwebtoken": "^9.0.3", "lodash": "^4.17.21", "onstarjs2": "^2.15.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.5", "@babel/eslint-plugin": "^7.27.1", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/preset-env": "^7.28.5", "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "c8": "^10.1.3", "dotenv": "^17.2.3", "eslint": "^9.39.2", "globals": "^16.5.0", "mocha": "^11.7.5", "node-red": "^4.1.2", "node-red-node-test-helper": "^0.3.5", "sinon": "^21.0.0" }, "keywords": [ "node-red", "OnStar", "Chevrolet", "Chevy", "GM", "GMC", "Buick", "Cadillac" ], "author": "BigThunderSR", "license": "MIT" }