first commit

This commit is contained in:
Janis
2023-07-24 01:00:28 +02:00
commit 9ba7e76236
10 changed files with 1093 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "react-ts5-remote-app-api",
"version": "1.0.0",
"description": "React hook/api for the TeamSpeak5 remote app feature",
"main": "app.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"TeamSpeak5",
"TS5",
"TeamSpeak",
"RemoteApp",
"API",
"Hook",
"React",
"ReactJS",
"Remote"
],
"author": "DerTyp7",
"license": "ISC",
"dependencies": {
"@types/react": "^18.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}