NapCatQQ/packages/napcat-protocol/package.json
手瓜一十雪 ea399c8017 Add protocol enable/disable and config management APIs
Introduces persistent protocol enable/disable state and related API endpoints in the backend, and adds frontend support for toggling protocols and managing protocol configs. Refactors protocol config storage to use per-protocol files, updates ProtocolManager to handle config and status, and enhances the Satori protocol UI with unified card components and improved state refresh. Removes the obsolete PROTOCOL_REFACTOR.md documentation.
2026-01-14 17:04:13 +08:00

20 lines
485 B
JSON

{
"name": "napcat-protocol",
"version": "1.0.0",
"description": "NapCat Protocol Manager - Unified protocol adapter management for OneBot and Satori",
"main": "index.ts",
"types": "index.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"napcat-core": "workspace:*",
"napcat-common": "workspace:*",
"napcat-onebot": "workspace:*",
"napcat-satori": "workspace:*",
"json5": "^2.2.3"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}