-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.34 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
{
"name": "animesage-api",
"version": "1.2.1",
"author": {
"name": "animesage-online",
"url": "https://github.com/animesage-online"
},
"repository": {
"type": "git",
"url": "https://github.com/animesage-online/animesage-api"
},
"license": "GPL-3.0",
"description": "This is the API for Animesage.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node loader.cjs",
"dev": "nodemon loader.cjs",
"lint": "eslint --fix src",
"test": "jest"
},
"keywords": [
"animesage",
"api",
"anime",
"manga",
"consumet"
],
"dependencies": {
"@consumet/extensions": "^1.8.1",
"@sentry/node": "^7.119.2",
"apicache-extra": "^1.9.1",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"fs": "^0.0.1-security",
"helmet": "^6.0.1",
"http-status": "^1.6.2",
"ioredis": "^5.3.2",
"JSONStream": "^1.3.5",
"morgan": "^1.10.0",
"mysql2": "^3.11.3",
"node-cron": "^3.0.3",
"ofetch": "^1.3.4",
"serve-favicon": "^2.5.0",
"string-similarity": "^4.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"nodemon": "^3.0.1"
}
}