|
{ |
|
"name": "anime-api", |
|
"version": "1.0.0", |
|
"description": "A restful api to provide all information about anime", |
|
"main": "./api/server.js", |
|
"scripts": { |
|
"start": "node ./api/server.js", |
|
"dev": "nodemon server.js", |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "Sayan Das", |
|
"license": "MIT", |
|
"dependencies": { |
|
"axios": "^1.6.7", |
|
"cheerio": "^1.0.0-rc.12", |
|
"compression": "^1.7.5", |
|
"cors": "^2.8.5", |
|
"crypto-js": "^4.2.0", |
|
"dotenv": "^16.4.5", |
|
"express": "^4.21.2", |
|
"express-rate-limit": "^7.5.0", |
|
"image-pixels": "^2.2.2", |
|
"memory-cache": "^0.2.0", |
|
"os": "^0.1.2", |
|
"redis": "^4.7.0" |
|
}, |
|
"type": "module", |
|
"devDependencies": { |
|
"nodemon": "^3.1.4" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/itzzzme/anime-api.git" |
|
} |
|
} |
|
|