This repository has been archived by the owner on May 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomposer.json
54 lines (54 loc) · 1.56 KB
/
composer.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
48
49
50
51
52
53
54
{
"name": "carmelosantana/rok-monster-ocr",
"description": "OCR tools for Rise of Kingdoms.",
"keywords": [
"Rise of Kingdoms",
"rok",
"ocr"
],
"homepage": "https://github.com/carmelosantana/rok-monster-ocr",
"type": "project",
"authors" : [
{
"name" : "Carmelo Santana",
"email" : "git@carmelosantana.com",
"homepage" : "https://carmelosantana.com"
}
],
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/carmelosantana/rok-monster-schema.git"
},
{
"type": "vcs",
"url": "https://github.com/carmelosantana/TinyCLI.git"
}
],
"require": {
"php": ">=7.4.0",
"league/color-extractor": "0.3.*",
"thiagoalessio/tesseract_ocr": "^2",
"php-ffmpeg/php-ffmpeg": "^0.17.0",
"treinetic/imageartist": "^1.0",
"james-heinrich/getid3": "^1.9",
"wp-cli/php-cli-tools": "^0.11.12",
"vlucas/phpdotenv": "^5.3",
"carmelosantana/tinycli": "dev-main",
"jenssegers/imagehash": "^0.5.0",
"carmelosantana/rok-monster-schema": "dev-main"
},
"require-dev": {
"clean/phpdoc-md": "^0.19.1"
},
"autoload": {
"psr-4": {
"carmelosantana\\RoKMonster\\": "src/"
}
},
"support": {
"issues": "https://github.com/carmelosantana/rok-monster-ocr/issues",
"source": "https://github.com/carmelosantana/rok-monster-ocr"
}
}