All checks were successful
Build Server / Compile DLL (push) Successful in 1m20s
- 更新 `bun.lock` 文件以添加和调整多个依赖项的版本。 - 调整开发和对等依赖版本以提高兼容性和代码质量。
17 lines
293 B
JSON
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"
|
|
}
|
|
}
|