mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "@homarr/integrations",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./test-connection": "./src/base/test-connection/index.ts",
|
|
"./client": "./src/client.ts",
|
|
"./types": "./src/types.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@homarr/prettier-config",
|
|
"dependencies": {
|
|
"@ctrl/deluge": "^7.2.0",
|
|
"@ctrl/qbittorrent": "^9.7.0",
|
|
"@ctrl/transmission": "^7.3.0",
|
|
"@gitbeaker/rest": "^43.5.0",
|
|
"@homarr/certificates": "workspace:^0.1.0",
|
|
"@homarr/common": "workspace:^0.1.0",
|
|
"@homarr/db": "workspace:^0.1.0",
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
|
"@homarr/image-proxy": "workspace:^0.1.0",
|
|
"@homarr/log": "workspace:^0.1.0",
|
|
"@homarr/node-unifi": "^2.6.0",
|
|
"@homarr/redis": "workspace:^0.1.0",
|
|
"@homarr/translation": "workspace:^0.1.0",
|
|
"@homarr/validation": "workspace:^0.1.0",
|
|
"@jellyfin/sdk": "^0.11.0",
|
|
"@octokit/auth-app": "^8.1.0",
|
|
"ical.js": "^2.2.1",
|
|
"maria2": "^0.4.1",
|
|
"node-ical": "^0.20.1",
|
|
"octokit": "^5.0.3",
|
|
"proxmox-api": "1.1.1",
|
|
"tsdav": "^2.1.5",
|
|
"undici": "7.16.0",
|
|
"xml2js": "^0.6.2",
|
|
"zod": "^4.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
|
"@types/node-unifi": "^2.5.1",
|
|
"@types/xml2js": "^0.4.14",
|
|
"eslint": "^9.35.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|