This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.59 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
62
63
64
65
66
{
"name": "kasu.nhentaiapi.js",
"version": "3.9.3",
"contributors": [
"crackheadakira"
],
"description": "Easy nhentai API library (C# port is now available)",
"main": "./dist/kasuApi.min.js",
"types": "./lib/d.ts/kasuApi.d.ts",
"keywords": [
"nhentai",
"nhentai.net",
"nhentai.to",
"R18",
"api",
"hentai",
"unofficial",
"wrapper",
"parser",
"cli"
],
"scripts": {
"test": "bin\\test.bat 5",
"bruhmocha": "node ./test/test.js",
"overallTest": "node ./test/overAlltest.js",
"build": "cmd /k bin\\test.bat 4 & npm run bruhmocha build",
"cov": "node ./test/coverageTest.js",
"cli": "nhentai help",
"debug": "node test"
},
"author": {
"name": "Ichimaki Kasura",
"url": "https://github.com/IchimakiKasura",
"email": "ichmakiKasura@gmail.com"
},
"license": "MIT",
"devDependencies": {
"copy-paste": "^1.3.0",
"eslint": "^8.4.0"
},
"files": [
"bin/nhentai.js",
"dist/kasuApi.min.js",
"lib/parser.min.js",
"lib/RegEx.js",
"lib/d.ts/kasuApi.d.ts",
"lib/d.ts/json.d.ts",
"lib/d.ts/tags.d.ts",
"test/test.js"
],
"exports": "./dist/kasuApi.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IchimakiKasura/kasu.nhentaiapi.js.git"
},
"bugs": {
"url": "https://github.com/IchimakiKasura/kasu.nhentaiapi.js/issues"
},
"homepage": "https://ichimakikasura.github.io/kasu.nhentaiapi.js/",
"engines": {
"node": ">=14"
},
"bin": {
"nhentai": "./bin/nhentai.js"
}
}