{ "name": "react-ts5-remote-app-api", "version": "2.0.0", "description": "React hook/api for the TeamSpeak5 remote app feature", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "scripts": { "build": "npm run build:esm && npm run build:js", "build:esm": "tsc --project tsconfig.build.json --outDir dist/esm --module esnext", "build:js": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs" }, "keywords": [ "TeamSpeak5", "TS5", "TeamSpeak", "RemoteApp", "API", "Hook", "React", "ReactJS", "Remote" ], "author": "DerTyp7", "repository": { "type": "git", "url": "https://github.com/DerTyp7/react-ts5-remote-app-api" }, "license": "ISC", "peerDependencies": { "@types/react": "^18.0.0 || ^19.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "files": [ "dist", "src" ], "dependencies": { "@rollup/plugin-typescript": "^12.1.2", "@types/node": "^22.10.10", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "rollup-plugin-typescript-paths": "^1.5.0", "ts-node": "^10.9.2", "tslib": "^2.8.1" }, "devDependencies": { "@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" } }