forked from Shineii86/AniKotoAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 715 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
{
"name": "AniKotoAPI",
"version": "2.4.1",
"description": "A restful API to provide all information about anime from anikototv.to",
"main": "./server.js",
"scripts": {
"start": "node ./server.js",
"dev": "nodemon server.js",
"test": "node test.js"
},
"author": "Sʜɪɴᴇɪ Nᴏᴜᴢᴇɴ",
"license": "MIT",
"dependencies": {
"axios": "^1.8.0",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.8.1",
"dotenv": "^16.4.0",
"express": "^4.21.0"
},
"type": "module",
"devDependencies": {
"nodemon": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Shineii86/AniKotoAPI.git"
},
"overrides": {
"undici": "7.29.0"
}
}