forked from Shineii86/AniNewsAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 751 Bytes
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
{
"name": "aninews-api",
"version": "2.0.0",
"description": "Powerful Anime News API with multi-source scraping",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"build": "echo 'Build complete'",
"start": "NODE_ENV=production node server.js",
"test": "node test.js"
},
"dependencies": {
"@vercel/node": "^3.0.4",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"express": "^5.1.0",
"node-cache": "^5.1.2",
"puppeteer-core": "^22.7.1",
"rss-parser": "^3.13.0",
"xml2js": "^0.6.2",
"he": "^1.2.0"
},
"engines": {
"node": ">=18.x"
},
"keywords": [
"anime",
"news",
"api",
"scraping",
"manga"
],
"author": "Shinei Nouzen",
"license": "MIT"
}