mirror of https://github.com/msgbyte/tailchat
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			593 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			25 lines
		
	
	
		
			593 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "tailchat-plugin-agora",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "main": "index.js",
 | 
						|
  "author": "moonrailgun",
 | 
						|
  "description": "为Tailchat增加声网音视频通信功能",
 | 
						|
  "license": "MIT",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "build:web": "ministar buildPlugin all",
 | 
						|
    "build:web:watch": "ministar watchPlugin all"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@rollup/plugin-replace": "^5.0.2",
 | 
						|
    "@types/react": "18.0.20",
 | 
						|
    "mini-star": "*",
 | 
						|
    "normalize-path": "^3.0.0",
 | 
						|
    "rollup-plugin-copy": "^3.4.0"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "got": "11.8.6",
 | 
						|
    "tailchat-server-sdk": "*"
 | 
						|
  }
 | 
						|
}
 |