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.
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"name": "@plugins/com.msgbyte.filepizza",
|
|
"main": "src/index.tsx",
|
|
"version": "0.0.0",
|
|
"description": "在聊天输入框快捷打开filepizza以支持p2p传输文件",
|
|
"private": true,
|
|
"scripts": {
|
|
"sync:declaration": "tailchat declaration github"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"react": "18.2.0"
|
|
}
|
|
}
|