mirror of
https://github.com/shafat-96/anicrush-api.git
synced 2026-04-17 15:51:44 +00:00
27 lines
530 B
JSON
27 lines
530 B
JSON
{
|
|
"name": "anime-api",
|
|
"version": "1.0.0",
|
|
"description": "API for fetching anime sources",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": "18.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"vercel-build": "echo hello"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.2",
|
|
"cheerio": "^1.1.2",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"string-similarity": "^4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
}
|
|
}
|