mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +08:00
Bumps [file-type](https://github.com/sindresorhus/file-type) from 21.1.0 to 21.1.1. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v21.1.0...v21.1.1) --- updated-dependencies: - dependency-name: file-type dependency-version: 21.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
603 B
JSON
29 lines
603 B
JSON
{
|
|
"name": "napcat-common",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit --skipLibCheck -p tsconfig.json"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./src/*": {
|
|
"import": "./src/*"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.13.0",
|
|
"file-type": "^21.1.1",
|
|
"silk-wasm": "^3.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |