mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 22:51:13 +00:00
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.
20 lines
485 B
JSON
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"
|
|
}
|
|
} |