-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.34 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
{
"name": "plugin-books-pro",
"version": "0.0.11",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "git@github.com:2noScript/plugin-books-pro.git",
"author": "2noScript <thangmk7@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepare": "yarn build",
"dev": "nodemon --exec ts-node test/index.ts",
"dev:metruyencv": "nodemon --exec ts-node test/metruyencv.test.ts",
"dev:truyenqq": "nodemon --exec ts-node test/truyenqq.test.ts",
"dev:mangadex": "nodemon --exec ts-node test/mangadex.test.ts",
"dev:manhuavn": "nodemon --exec ts-node test/manhuavn.test.ts"
},
"devDependencies": {
"@types/node": "^22.13.3",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"keywords": [
"nettruyen",
"truyenqq",
"manga-library",
"nettruyen-api",
"comic-api",
"manga-scraper",
"blog-truyen",
"metruyencv",
"manhuavn",
"mangadex",
"manga",
"comic",
"novel",
"web-scraping",
"crawler",
"vietnamese-manga",
"vietnamese-comic",
"vietnamese-novel",
"manga-crawler",
"manga-downloader",
"comic-scraper",
"novel-scraper",
"light-novel",
"webtoon",
"manhwa"
],
"dependencies": {
"t2-browser-worker": "^0.0.13"
}
}