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.
30 lines
764 B
JSON
30 lines
764 B
JSON
{
|
|
"name": "tailchat-plugin-livekit",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "moonrailgun",
|
|
"description": "Add livekit to provide meeting and live streaming feature",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:webhook": "ts-node ./webhook/index.ts",
|
|
"build:web": "ministar buildPlugin all",
|
|
"build:web:watch": "ministar watchPlugin all"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.15",
|
|
"@types/react": "18.0.20",
|
|
"mini-star": "*",
|
|
"normalize-path": "^3.0.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"ts-node": "10.9.1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"livekit-server-sdk": "^1.2.5",
|
|
"long": "^5.2.3",
|
|
"tailchat-server-sdk": "*"
|
|
}
|
|
}
|