mirror of
				https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
				synced 2025-10-30 13:17:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "react-ts5-remote-app-api",
 | |
|   "version": "1.0.2",
 | |
|   "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": "^16.8.0 || ^17.0.0 || ^18.0.0",
 | |
|     "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
 | |
|     "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
 | |
|   },
 | |
|   "peerDependenciesMeta": {
 | |
|     "@types/react": {
 | |
|       "optional": true
 | |
|     }
 | |
|   },
 | |
|   "files": [
 | |
|     "dist",
 | |
|     "src"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "@rollup/plugin-typescript": "^11.1.2",
 | |
|     "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
 | |
|     "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
 | |
|     "rollup-plugin-typescript-paths": "^1.4.0",
 | |
|     "ts-node": "^10.9.1",
 | |
|     "tslib": "^2.6.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/react": "^18.2.15",
 | |
|     "@types/react-dom": "^18.2.7",
 | |
|     "@typescript-eslint/eslint-plugin": "^6.0.0",
 | |
|     "@typescript-eslint/parser": "^6.0.0",
 | |
|     "@vitejs/plugin-react-swc": "^3.3.2",
 | |
|     "eslint": "^8.45.0",
 | |
|     "eslint-plugin-react-hooks": "^4.6.0",
 | |
|     "eslint-plugin-react-refresh": "^0.4.3",
 | |
|     "typescript": "^5.0.2"
 | |
|   }
 | |
| }
 | 
