-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "mtg-card-analyzer",
"version": "0.2.0",
"description": "a mtg ocr app for documenting a collection",
"main": "index.js",
"scripts": {
"test": "mocha \"./test/**/*.spec.js\""
},
"keywords": [
"mtg",
"ocr",
"collector"
],
"author": "Dylan Steele",
"license": "MIT",
"dependencies": {
"joi": "^17.6.0",
"app-root-path": "^3.0.0",
"async": "^3.2.4",
"bunyan": "^1.8.12",
"clean-text-utils": "^1.1.17",
"fuzzyset.js": "1.0.7",
"image-hash": "^5.3.1",
"image-size": "^1.0.0",
"image-to-base64": "^2.0.1",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"meow": "^7.0.0",
"mysql": "^2.17.1",
"@dills1220/nedb": "^1.8.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"rimraf": "^3.0.2",
"string-similarity": "^4.0.4",
"temp-dir": "^2.0.0",
"tesseract.js": "^2.1.5",
"tmp": "^0.2.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.0.0",
"proxyquire": "^2.1.0",
"sinon": "^14.0.0"
}
}