Files
wechat-ocr-server/package.json
imbytecat 0f9a1a55bb
All checks were successful
Build Server / Compile DLL (push) Successful in 1m20s
chore: 更新依赖以提高兼容性和代码质量
- 更新 `bun.lock` 文件以添加和调整多个依赖项的版本。
- 调整开发和对等依赖版本以提高兼容性和代码质量。
2025-07-07 23:19:18 +08:00

17 lines
293 B
JSON

{
"name": "wxocr",
"type": "module",
"private": true,
"scripts": {
"start": "bun run src/index.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.2",
"@types/bun": "^1.2.18",
"eslint": "^9.30.1"
},
"peerDependencies": {
"typescript": "^5.8.3"
}
}