iobroker.garmin
Version:
Adapter for Garmin Connect
73 lines (72 loc) • 2.09 kB
JSON
{
"name": "iobroker.garmin",
"version": "1.0.0",
"description": "Adapter for Garmin Connect",
"author": {
"name": "TA2k",
"email": "tombox2020@gmail.com"
},
"homepage": "https://github.com/TA2k/ioBroker.garmin",
"license": "MIT",
"keywords": [
"garmin",
"connect"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TA2k/ioBroker.garmin.git"
},
"engines": {
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.3.2",
"axios": "^1.13.2",
"http-cookie-agent": "^7.0.3",
"json2iob": "^2.6.21",
"oauth-1.0a": "^2.2.6",
"qs": "^6.14.1",
"tough-cookie": "^6.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^5.0.0",
"@alcalzone/release-script-plugin-iobroker": "^4.0.0",
"@alcalzone/release-script-plugin-license": "^4.0.0",
"@alcalzone/release-script-plugin-manual-review": "^4.0.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@iobroker/testing": "^5.2.2",
"@tsconfig/node14": "^14.1.8",
"@types/node": "^25.0.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^17.0.0",
"prettier": "^3.7.4",
"typescript": "~5.9.3"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).json",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"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:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint .",
"translate": "translate-adapter",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/TA2k/ioBroker.garmin/issues"
},
"readmeFilename": "README.md"
}