Files

23 lines
458 B
JSON
Raw Permalink Normal View History

{
"name": "@the-order/ocr",
"version": "0.1.0",
"private": true,
"description": "OCR service client for The Order",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src --ext .ts",
"type-check": "tsc --noEmit"
},
"dependencies": {
"tesseract.js": "^5.0.4"
},
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
}
}