NapCatQQ/packages/napcat-schema/package.json
手瓜一十雪 60a9114495 Add action metadata to OneBot action classes
Added or updated actionSummary, actionTags, payloadExample, and returnExample properties for all OneBot action classes in the napcat-onebot package. This improves API documentation and discoverability by providing concise summaries, categorization tags, and usage examples for each action.
2026-01-25 19:19:03 +08:00

20 lines
434 B
JSON

{
"name": "napcat-schema",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "index.ts",
"scripts": {
"generate:openapi": "node ./dist/schemas.mjs",
"build:schema": "vite build",
"run": "vite build & node ./dist/schemas.mjs"
},
"dependencies": {
"@sinclair/typebox": "^0.34.38",
"napcat-onebot": "workspace:*"
},
"devDependencies": {
"tsx": "^4.7.1",
"vite": "^6.0.0"
}
}