-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "chrome-lens-ocr",
"version": "4.0.4",
"description": "Package to use Google Lens OCR for free, via API used in Chrome.",
"main": "src/index.js",
"types": "src/types.d.ts",
"files": [
"./src/*"
],
"scripts": {
"start": "node sharex.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./cli.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/dimdenGD/chrome-lens-ocr.git"
},
"keywords": [
"google",
"lens",
"lens",
"chrome",
"lens",
"reverse",
"engineering",
"free",
"ocr"
],
"author": "dimden.dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/dimdenGD/chrome-lens-ocr/issues"
},
"homepage": "https://github.com/dimdenGD/chrome-lens-ocr#readme",
"dependencies": {
"file-type": "^19.0.0",
"image-dimensions": "^2.3.0",
"set-cookie-parser": "^2.6.0",
"sharp": "^0.33.2",
"undici": "^5.28.3"
},
"devDependencies": {
"clipboardy": "^4.0.0"
}
}