-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "comic-eater",
"version": "0.0.1",
"main": "index.js",
"author": "kanjieater",
"license": "MIT",
"scripts": {
"main": "node index.js",
"lint": "eslint --fix --ext .js,.jsx .",
"test": "jest",
"test-watch": "jest --watch"
},
"dependencies": {
"anilist-node": "^1.9.1",
"axios": "^1.7.3",
"deepmerge": "^4.2.2",
"dotenv": "^16.4.5",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"gm": "^1.23.1",
"googlethis": "^1.1.6",
"images-scraper": "^6.4.6",
"js-yaml": "^4.1.0",
"js2xmlparser": "^4.0.1",
"just-clone": "^3.2.1",
"just-diff": "^3.1.1",
"natural-compare-lite": "^1.4.0",
"p-limit": "^3.1.0",
"proper-lockfile": "^4.1.2",
"rimraf": "^5.0.5",
"string.prototype.replaceall": "^1.0.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"yargs": "^17.1.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.0.6"
},
"packageManager": "[email protected]"
}