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.discover/package.json

21 lines
474 B
JSON

{
"name": "tailchat-plugin-discover",
"version": "1.0.0",
"main": "index.js",
"author": "moonrailgun",
"description": "Add Discover panel which can help user found groups",
"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": "*"
}
}