mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 22:51:13 +00:00
Changed OpenAPI spec version to 3.1.0 and replaced the hardcoded API version with napCatVersion from napcat-common. Added napcat-common as a dependency in package.json.
19 lines
394 B
JSON
19 lines
394 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:*",
|
|
"napcat-common": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.7.1",
|
|
"vite": "^6.0.0"
|
|
}
|
|
} |