fix(core): update

This commit is contained in:
2024-04-18 16:43:32 +02:00
parent 871f152f2d
commit 1ddb442661
12 changed files with 2618 additions and 31865 deletions
+23 -13
View File
@@ -9,22 +9,23 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^16.11.11",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.12.7"
},
"dependencies": {
"@pushrocks/smartfile": "^9.0.1",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartshell": "^2.0.30",
"@pushrocks/smartunique": "^3.0.3"
"@push.rocks/smartfile": "^11.0.14",
"@push.rocks/smartpath": "^5.0.14",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartshell": "^3.0.3",
"@push.rocks/smartunique": "^3.0.3"
},
"browserslist": [
"last 1 chrome versions"
@@ -50,5 +51,14 @@
"machine learning",
"document analysis",
"text recognition"
]
],
"repository": {
"type": "git",
"url": "git+https://code.foss.global/push.rocks/smartocr.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartocr/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartocr#readme",
"type": "module"
}