UNPKG

iobroker.psa

Version:

PSA Adapter for Peugeot, Citroen, DS, Opel

57 lines (56 loc) 1.65 kB
{ "name": "iobroker.psa", "version": "0.0.14", "description": "PSA Adapter for Peugeot, Citroen, DS, Opel", "author": { "name": "TA2k", "email": "tombox2020@gmail.com" }, "homepage": "https://github.com/TA2k/ioBroker.psa", "license": "MIT", "keywords": [ "PSA", "Peugeot", "Citroen", "DS", "Opel" ], "repository": { "type": "git", "url": "https://github.com/TA2k/ioBroker.psa" }, "dependencies": { "@iobroker/adapter-core": "^3.2.3", "axios": "^1.8.1", "json-bigint": "^1.0.0", "json2iob": "^2.6.17" }, "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-iobroker": "^3.7.2", "@alcalzone/release-script-plugin-license": "^3.7.0", "@alcalzone/release-script-plugin-manual-review": "^3.7.0", "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.21.0", "@iobroker/testing": "^5.0.3", "@types/node": "^22.13.8", "eslint": "^9.21.0", "globals": "^16.0.0", "typescript": "^5.8.2" }, "main": "main.js", "scripts": { "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package", "check": "tsc --noEmit -p tsconfig.check.json", "lint": "eslint", "release": "release-script --all" }, "bugs": { "url": "https://github.com/TA2k/ioBroker.psa/issues" }, "readmeFilename": "README.md" }