Files
chat/client/web/plugins/com.msgbyte.notify/package.json

14 lines
246 B
JSON
Raw Normal View History

2026-04-25 16:36:34 +08:00
{
"name": "@plugins/com.msgbyte.notify",
"main": "src/index.tsx",
"version": "0.0.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
"tinycon": "^0.6.8"
},
"devDependencies": {
"@types/tinycon": "^0.6.3"
}
}