forked from olmobaldoni/logseq-formula-ocr-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "latex_formula_ocr_plugin",
"version": "v0.0.8",
"description": "Read images of LaTex formulas and get the LaTex code",
"authors": "Olmo Baldoni",
"license": "MIT",
"main": "dist/index.html",
"logseq": {
"id": "logseq-formula-ocr-plugin",
"title": "LaTeX Formula OCR",
"icon": "./icon.svg"
},
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --no-source-maps index.html --public-url ./"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@logseq/libs": "0.0.15",
"axios": "^1.7.9",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.5.0||^6.0.0",
"events": "^3.1.0",
"https-browserify": "^1.0.0",
"parcel": "^2.0.0",
"path-browserify": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"typescript": "^5.2.2",
"url": "^0.11.0",
"util": "^0.12.3"
}
}