-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "@websr/websr",
"version": "0.0.15",
"description": "A free and open-source Javascript library / SDK for running practical, real-time AI Upscaling of videos and images on the web.",
"main": "./dist/websr.js",
"types": "./dist/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "webpack --config webpack.demo.config.js",
"build": "webpack --config webpack.prod.config.js",
"serve": "webpack-dev-server --config webpack.demo.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sb2702/websr.git"
},
"keywords": [
"AI",
"Upscaling",
"Video Enhancement",
"Super",
"Resolution",
"WebGPU"
],
"author": "Sam Bhattacharyya",
"license": "MIT",
"bugs": {
"url": "https://github.com/sb2702/websr/issues"
},
"homepage": "https://free.upscaler.video",
"devDependencies": {
"@webgpu/types": "^0.1.34",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}