-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 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
{
"name": "gcb",
"version": "1.0.0",
"description": "GCB (Gunk Comic Book) utilizes Distributed Compute Labs' distrubuted supercomputer to extract text from comic books and manga as well as translate to another language using pretrained image and language classification.",
"main": "app.js",
"scripts": {
"start": "node backend/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiwichips/gcb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wiwichips/gcb/issues"
},
"homepage": "https://github.com/wiwichips/gcb#readme",
"dependencies": {
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow/tfjs-backend-webgl": "^2.3.0",
"@tensorflow/tfjs-node": "^2.3.0",
"body-parser": "^1.19.0",
"dcp-client": "^3.1.11",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"fs": "0.0.1-security",
"get-image-data": "^5.0.0",
"jimp": "^0.16.0",
"jpeg-js": "^0.4.1",
"node-pre-gyp": "^0.15.0",
"path": "^0.12.7",
"png-to-jpeg": "^1.0.1",
"prompt-sync": "^4.2.0"
}
}