Move inversify and reflect-metadata to napcat-core

Transferred 'inversify' and 'reflect-metadata' dependencies from the root package.json to packages/napcat-core/package.json to better scope dependencies and improve project organization.
This commit is contained in:
手瓜一十雪
2025-11-15 16:23:03 +08:00
parent 26e84653d6
commit e165c498a8
2 changed files with 2 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
"dependencies": {
"winston": "^3.17.0",
"json5": "^2.2.3",
"inversify": "^7.10.4",
"reflect-metadata": "^0.2.2",
"@protobuf-ts/runtime": "^2.11.1",
"ajv": "^8.13.0",
"@sinclair/typebox": "^0.34.38",