mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 07:01:16 +00:00
Updated the OpenAPI schema output to use version 3.0.1, restructured tags, responses, and examples for better clarity and compatibility, and simplified output file locations. Also removed unused scripts from package.json.
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"name": "napcat-schema",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"build:schema": "vite build & node ./dist/schemas.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.34.38",
|
|
"napcat-onebot": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.7.1",
|
|
"vite": "^6.0.0"
|
|
}
|
|
} |