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.
20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"name": "tailchat-plugin-meeting",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "moonrailgun",
|
|
"description": "Tailchat meeting 视频会议",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:web": "ministar buildPlugin all",
|
|
"build:web:watch": "ministar watchPlugin all"
|
|
},
|
|
"devDependencies": {
|
|
"less": "^4.1.2",
|
|
"mini-star": "^1.3.1",
|
|
"rollup": "^2.75.3",
|
|
"rollup-plugin-polyfill-node": "^0.9.0"
|
|
}
|
|
}
|