You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "registry-classifier",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"canny-edge-detector": "^1.0.0",
|
|
"cli-progress": "^3.11.2",
|
|
"express": "^4.18.2",
|
|
"glob": "^8.0.3",
|
|
"image-classifier": "^1.1.0",
|
|
"image-dilate": "0.0.114",
|
|
"multer": "^1.4.5-lts.1",
|
|
"node-tesseract": "^0.2.7"
|
|
}
|
|
}
|