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