mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-28 20:32:17 +01:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "teamspeak-obs-overlay",
|
|
"private": false,
|
|
"version": "2.2.0",
|
|
"description": "Overlay for OBS to show the current talking clients in your TeamSpeak Channel",
|
|
"author": "DerTyp7",
|
|
"homepage": "https://dertyp7.github.io/teamspeak-obs-overlay/#",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DerTyp7/teamspeak-obs-overlay"
|
|
},
|
|
"keywords": [
|
|
"ts5",
|
|
"ts6",
|
|
"teamspeak6",
|
|
"teamspeak",
|
|
"teamspeak5",
|
|
"overlay",
|
|
"remote app",
|
|
"obs",
|
|
"typescript",
|
|
"react",
|
|
"vite"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/DerTyp7/teamspeak-obs-overlay/issues"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^22.10.10",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.3",
|
|
"react-teamspeak-remote-app-api": "^2.0.0",
|
|
"sass": "^1.83.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
|
"@typescript-eslint/parser": "^8.21.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|