-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 979 Bytes
/
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
{
"name": "line-segmentation-algorithm-to-gcp-vision",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sshniro/line-segmentation-algorithm-to-gcp-vision.git"
},
"author": "Nirojan Selvanathan",
"license": "ISC",
"bugs": {
"url": "https://github.com/sshniro/line-segmentation-algorithm-to-gcp-vision/issues"
},
"homepage": "https://github.com/sshniro/line-segmentation-algorithm-to-gcp-vision#readme",
"dependencies": {
"@google-cloud/vision": "^3.0.1",
"@google-cloud/functions-framework": "^3.0.0",
"@grpc/grpc-js": "^1.7.1",
"deepcopy": "^0.6.3",
"express": "^4.18.2",
"got": "^12.5.1",
"jest": "^29.1.2",
"jimp": "^0.16.2",
"jsonfile": "^4.0.0",
"point-in-polygon": "^1.0.1",
"request": "^2.88.2",
"xhr2": "*"
}
}