Files
wechat-ocr-server/package.json
imbytecat 7fe0f135f5
All checks were successful
Build Server / Compile DLL (push) Successful in 1m17s
init
2025-07-07 16:48:43 +08:00

15 lines
224 B
JSON

{
"name": "wxocr",
"type": "module",
"private": true,
"scripts": {
"start": "bun run src/index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}