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.
tailchat/server/plugins/com.msgbyte.welcome/package.json

21 lines
455 B
JSON

{
"name": "tailchat-plugin-welcome",
"version": "1.0.0",
"main": "index.js",
"author": "moonrailgun",
"description": "加入群组时发送欢迎消息",
"license": "MIT",
"private": true,
"scripts": {
"build:web": "ministar buildPlugin all",
"build:web:watch": "ministar watchPlugin all"
},
"devDependencies": {
"@types/react": "18.0.20",
"mini-star": "*"
},
"dependencies": {
"tailchat-server-sdk": "*"
}
}