-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 907 Bytes
/
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
{
"name": "rezzy",
"productName": "Rezzy",
"version": "0.0.1",
"description": "Read webcomics in superresolution",
"keywords": [
"comics",
"comic",
"manga",
"graphic-novels",
"graphic-novel",
"app",
"superresolution",
"waifu2x",
"magnification",
"magnifier",
"zoom"
],
"author": "Isaiah Odhner <isaiahodhner@gmail.com>",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"env-paths": "2.2.1",
"express": "4.18.1",
"sanitize-filename": "1.6.3",
"socket.io": "^4.7.5"
},
"devDependencies": {
"eslint": "^8.19.0",
"webextension-polyfill": "0.9.0"
},
"scripts": {
"start": "node src/server.js",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "https://github.com/1j01/rezzy-zoom-and-enhance.git"
},
"bugs": {
"url": "https://github.com/1j01/rezzy-zoom-and-enhance/issues"
}
}