forked from thedemodev/Kemono
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.27 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.27 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
{
"private": true,
"engines": {
"node": "~8.17",
"yarn": "~1.22"
},
"scripts": {
"dev": "supervisor -i node_modules,public -n error server.js",
"start": "node server.js",
"lint": "semistandard --fix --verbose | snazzy"
},
"dependencies": {
"bluebird": "^3.7.2",
"brotli": "^1.3.2",
"cloudscraper": "git+https://git@github.com/bestplay9384/cloudscraper.git",
"content-disposition": "^0.5.3",
"dotenv": "^8.2.0",
"ellipsize": "^0.1.0",
"entities": "^2.0.0",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"get-urls": "^9.2.0",
"hasha": "^5.2.0",
"is-image": "^3.0.0",
"mime": "^2.4.4",
"mongo-lazy-connect": "^2.3.0",
"mongodb": "^3.3.3",
"nl2br": "^0.0.3",
"p-retry": "^4.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"retry": "^0.12.0",
"scrape-it": "^5.2.3",
"sharp": "^0.23.0",
"striptags": "^3.1.1",
"transliteration": "^2.1.8",
"unraw": "^1.2.5"
},
"devDependencies": {
"semistandard": "*",
"snazzy": "^8.0.0",
"supervisor": "^0.12.0"
},
"semistandard": {
"globals": [
"fetch",
"lazyload",
"getParameterByName",
"renderPost",
"debounce",
"confirm"
]
}
}