-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
47
{
"name": "upscaler-cli",
"version": "3.0.6",
"description": "upscale png images from your terminal",
"main": "./dist/index.js",
"scripts": {
"test": "echo 'set your tests here'",
"build": "tsc && cp src/logo/logo.txt dist/src/logo/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tool3/upscaler-cli.git"
},
"keywords": [
"upscale",
"upscaler",
"upscalerjs",
"AI",
"npm"
],
"author": "Tal Hayut",
"license": "MIT",
"bin": {
"upscaler": "./dist/index.js"
},
"files": [
"./dist"
],
"homepage": "https://github.com/tool3/upscaler-cli#readme",
"dependencies": {
"@tensorflow/tfjs": "4.11.0",
"@tensorflow/tfjs-node-gpu": "4.11.0",
"@upscalerjs/default-model": "1.0.0-beta.17",
"@upscalerjs/esrgan-medium": "1.0.0-beta.13",
"@upscalerjs/esrgan-thick": "1.0.0-beta.16",
"@upscalerjs/models": "^0.9.0",
"ora": "5.4",
"upscaler": "latest",
"yargs": "^16.1.1"
},
"devDependencies": {
"@types/node": "22.7.8",
"@types/yargs": "17.0.33",
"ts-node": "10.9.2",
"typescript": "5.6.3"
}
}