-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 994 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
43
44
{
"name": "manga-api",
"version": "1.0.0",
"description": "web scrapping ",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlawLessx/Manga-API.git"
},
"author": "FlawLessx",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlawLessx/Manga-API/issues"
},
"homepage": "https://github.com/FlawLessx/Manga-API#readme",
"dependencies": {
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"ci": "^2.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"got": "^11.8.1",
"http": "0.0.1-security",
"jsonfile": "^6.0.1",
"marked": "^1.1.1",
"node-cache": "^5.1.2",
"node-phantom": "^0.2.5",
"nodemon": "^2.0.4",
"npm": "^7.6.1",
"path": "^0.12.7",
"puppeteer": "^8.0.0",
"url": "^0.11.0"
},
"nodemonConfig": {
"ignore": [
"*.json"
]
}
}