-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
43 lines (43 loc) · 962 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
{
"name": "nhentaidownloader",
"version": "2.1.3",
"description": "A chrome extension to download doujinshi from NHentai ",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xwilarg/NHentaiDownloader.git"
},
"keywords": [
"chrome-extension",
"downloader",
"firefox-addon",
"nhentai",
"hentai",
"doujinshi"
],
"author": "Xwilarg",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xwilarg/NHentaiDownloader/issues"
},
"homepage": "https://github.com/Xwilarg/NHentaiDownloader#readme",
"devDependencies": {
"@types/chrome": "0.0.154",
"mocha": "^7.2.0",
"node-fetch": "^2.6.1",
"ts-loader": "^9.2.5",
"typescript": "^4.4.2",
"webpack": "^5.91.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"file-saver": "2.0.5",
"jszip": "3.9.1"
}
}