-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.71 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3.71 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "opencomic-ai-training",
"version": "1.0.0",
"description": "Upscale and dehalftone images using AI models like Real-CUGAN, Real-ESRGAN, Waifu2x and Upscayl.",
"main": "index.mts",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"author": "Oleguer Llopart <oleguer.llopart.mora@gmail.com> (https://github.com/ollm)",
"homepage": "https://github.com/ollm/opencomic-ai-training#readme",
"bugs": {
"url": "https://github.com/ollm/opencomic-ai-training/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ollm/opencomic-ai-training.git"
},
"scripts": {
"tsc": "tsc",
"prepare": "tsc && npx rollup -c",
"generate": "node ./dist/index.mjs"
},
"keywords": [
"opencomic",
"upscaling",
"halftone",
"dehalftone",
"real-cugan",
"real-esrgan",
"waifu2x",
"upscayl"
],
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"@types/cli-progress": "^3.11.6",
"@types/d3-delaunay": "^6.0.4",
"@types/node": "^24.10.1",
"@types/svgdom": "^0.1.2",
"rollup": "^4.53.2",
"rollup-plugin-dts": "^6.2.3",
"typescript": "^5.9.3"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.84",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "^4.6.9",
"cli-progress": "^3.12.0",
"d3-delaunay": "^6.0.4",
"dbus-next": "^0.10.2",
"flatten-svg": "^0.3.0",
"get-similar-color": "^1.1.4",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"oslllo-potrace": "^5.0.0",
"paper": "^0.12.18",
"pure-rand": "^7.0.1",
"sharp": "^0.35.0-rc.5",
"svgdom": "^0.1.23",
"yaml": "^2.8.2"
},
"overrides": {
"sharp": {
"@img/sharp-darwin-arm64": "npm:@img-custom/sharp-darwin-arm64@0.14.1",
"@img/sharp-darwin-x64": "npm:@img-custom/sharp-darwin-x64@0.14.1",
"@img/sharp-linux-arm": "npm:@img-custom/sharp-linux-arm@0.14.1",
"@img/sharp-linux-arm64": "npm:@img-custom/sharp-linux-arm64@0.14.1",
"@img/sharp-linux-ppc64": "npm:@img-custom/sharp-linux-ppc64@0.14.1",
"@img/sharp-linux-riscv64": "npm:@img-custom/sharp-linux-riscv64@0.14.1",
"@img/sharp-linux-s390x": "npm:@img-custom/sharp-linux-s390x@0.14.1",
"@img/sharp-linux-x64": "npm:@img-custom/sharp-linux-x64@0.14.1",
"@img/sharp-linuxmusl-arm64": "npm:@img-custom/sharp-linuxmusl-arm64@0.14.1",
"@img/sharp-linuxmusl-x64": "npm:@img-custom/sharp-linuxmusl-x64@0.14.1",
"@img/sharp-win32-arm64": "npm:@img-custom/sharp-win32-arm64@0.14.1",
"@img/sharp-win32-ia32": "npm:@img-custom/sharp-win32-ia32@0.14.1",
"@img/sharp-win32-x64": "npm:@img-custom/sharp-win32-x64@0.14.1",
"@img/sharp-libvips-darwin-arm64": "npm:@img-custom/sharp-libvips-darwin-arm64@1.3.0-rc.6-7",
"@img/sharp-libvips-darwin-x64": "npm:@img-custom/sharp-libvips-darwin-x64@1.3.0-rc.6-7",
"@img/sharp-libvips-linux-arm": "npm:@img-custom/sharp-libvips-linux-arm@1.3.0-rc.6-7",
"@img/sharp-libvips-linux-arm64": "npm:@img-custom/sharp-libvips-linux-arm64@1.3.0-rc.6-7",
"@img/sharp-libvips-linux-ppc64": "npm:@img-custom/sharp-libvips-linux-ppc64@1.3.0-rc.6-7",
"@img/sharp-libvips-linux-riscv64": "npm:@img-custom/sharp-libvips-linux-riscv64@1.3.0-rc.6-7",
"@img/sharp-libvips-linux-s390x": "npm:@img-custom/sharp-libvips-linux-s390x@1.3.0-rc.6-7",
"@img/sharp-libvips-linux-x64": "npm:@img-custom/sharp-libvips-linux-x64@1.3.0-rc.6-7",
"@img/sharp-libvips-linuxmusl-arm64": "npm:@img-custom/sharp-libvips-linuxmusl-arm64@1.3.0-rc.6-7",
"@img/sharp-libvips-linuxmusl-x64": "npm:@img-custom/sharp-libvips-linuxmusl-x64@1.3.0-rc.6-7"
}
}
}