-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 873 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 873 Bytes
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
{
"name": "shiva",
"version": "1.0.0",
"description": "A Webtoon Serversided-Scraper that pairs with the Shiva App for backend services.",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"dev-api": "nodemon src/api/api.js"
},
"keywords": [
"webtoon",
"comic",
"manga",
"manhwa",
"manhua",
"scraper"
],
"author": {
"name": "Dichill",
"social": "https://github.com/Dichill"
},
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"compose-middleware": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"got": "^11.8.3",
"helmet": "^4.6.0",
"http-proxy": "^1.18.1",
"morgan": "^1.10.0",
"requests": "^0.3.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}