{ "name": "Bubo Eye", "version": "1.0.0", "description": "Firefox extension that uses OCR to read text in images and add alt text", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/hamletv/Bubo-Eye.git" }, "author": "Hamlet Villa", "license": "MPL-2.0", "bugs": { "url": "https://github.com/hamletv/Bubo-Eye/issues" }, "homepage": "https://github.com/hamletv/Bubo-Eye#readme", "dependencies": { "tesseract.js": "~1.0.10" }, "devDependencies": { "web-ext": "^2.8.0" }, }