Spaces:
Sleeping
Sleeping
| { | |
| "name": "anime-download-api", | |
| "version": "1.0.0", | |
| "description": "API to get final download links for anime episodes", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.17.3", | |
| "reikeranidl": "^1.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| }, | |
| "author": "Your Name", | |
| "license": "MIT" | |
| } |