mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
27 lines
514 B
JSON
27 lines
514 B
JSON
{
|
|
"name": "@lobechat/chat-adapter-imessage",
|
|
"version": "0.1.0",
|
|
"description": "iMessage adapter for chat SDK via BlueBubbles",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist",
|
|
"dev": "tsup --watch",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"chat": "^4.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.2",
|
|
"tsup": "^8.3.5",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|