mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
Bumps [inversify](https://github.com/inversify/monorepo) from 7.10.4 to 7.10.6. - [Release notes](https://github.com/inversify/monorepo/releases) - [Changelog](https://github.com/inversify/monorepo/blob/main/docs/release.md) - [Commits](https://github.com/inversify/monorepo/compare/inversify@7.10.4...inversify@7.10.6) --- updated-dependencies: - dependency-name: inversify dependency-version: 7.10.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
925 B
JSON
38 lines
925 B
JSON
{
|
|
"name": "napcat-core",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit --skipLibCheck -p tsconfig.json"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts"
|
|
},
|
|
"./*": {
|
|
"import": "./*"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"winston": "^3.17.0",
|
|
"json5": "^2.2.3",
|
|
"inversify": "^7.10.6",
|
|
"reflect-metadata": "^0.2.2",
|
|
"@protobuf-ts/runtime": "^2.11.1",
|
|
"ajv": "^8.13.0",
|
|
"@sinclair/typebox": "^0.34.38",
|
|
"file-type": "^21.0.0",
|
|
"compressing": "^1.10.1",
|
|
"napcat-image-size": "workspace:*",
|
|
"napcat-common": "workspace:*",
|
|
"napcat-protobuf": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |