-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.43 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "manga-lib",
"author": "Nhan Nguyen",
"version": "1.1.2",
"license": "MIT",
"description": "A library for scraping manga from various websites.",
"repository": "https://github.com/zcrossoverz/manga-lib",
"bugs": {
"url": "https://github.com/zcrossoverz/manga-lib/issues",
"email": "nhannguyen.dev3@gmail.com"
},
"contributors": [
"hyuse202 (https://github.com/hyuse202)"
],
"keywords": [
"manga",
"scraping",
"nettruyen",
"crawl",
"manga crawl",
"crossover",
"web scraping",
"manga scraping",
"manga crawl",
"manga crawler",
"manga scrapper",
"manga-lib",
"manga api",
"blogtruyen",
"blogtruyen.vn",
"toonily",
"toonily.com",
"asurascans",
"asurascans.com",
"anime"
],
"scripts": {
"test": "nodemon test.ts",
"build": "npx tsc"
},
"types": "./dist/src/index.d.ts",
"main": "./dist/src/index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"puppeteer": "^20.3.0"
}
}