react-mrtf
Version:
TICKET OCR LIB for REACT
63 lines • 1.3 kB
JSON
{
"name": "react-mrtf",
"version": "1.9.21",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
"browser": {
"path": false,
"node": false,
"fs": false,
"crypto": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/"
},
"author": {
"name": "ademirtemur"
},
"repository": {
"type": "git",
"url": "https://github.com/ademirtemur/jsts"
},
"license": "MIT",
"keywords": [
"mat",
"react",
"recognation",
"ticket",
"detection",
"ocr"
],
"files": [
"dist",
"tgm",
"tdm",
"tlm",
"LICENSE",
"README.md"
],
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"mat-date": "^1.7.33",
"mat-opencvjs": "^4.10.0-release.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tesseract.js": "^5.1.1",
"tslib": "^2.5.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.15.10",
"typescript": "^5.0.2"
}
}