iobroker.garmin
Version:
Adapter for Garmin Connect
73 lines (72 loc) • 2.09 kB
JSON
{
"name": "iobroker.garmin",
"version": "0.2.1",
"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": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"axios": "^1.7.9",
"got": "^11.8.6",
"http-cookie-agent": "^5.0.4",
"json2iob": "^2.6.17",
"qs": "^6.14.0",
"tough-cookie": "^4.1.4"
},
"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.2.0",
"@eslint/js": "^9.20.0",
"@iobroker/testing": "^5.0.3",
"@tsconfig/node14": "^14.1.2",
"@types/node": "^20.17.19",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^15.15.0",
"prettier": "^3.5.1",
"typescript": "~5.7.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 --all"
},
"bugs": {
"url": "https://github.com/TA2k/ioBroker.garmin/issues"
},
"readmeFilename": "README.md"
}