| { |
| "name": "ytdl", |
| "version": "1.0.0", |
| "description": "My Node.js application", |
| "type": "module", |
| "main": "index.js", |
| "scripts": { |
| "start": "node index.js", |
| "dev": "nodemon index.js", |
| "test": "echo \"Error: no test specified\" && exit 1" |
| }, |
| "dependencies": { |
| "@distube/ytdl-core": "^4.16.4", |
| "atob": "^2.1.2", |
| "axios": "^1.7.9", |
| "cheerio": "^1.0.0-rc.12", |
| "cors": "^2.8.5", |
| "express": "^4.21.2", |
| "file-type": "^20.1.0", |
| "prompt-sync": "^4.2.0", |
| "qs": "^6.14.0" |
| }, |
| "devDependencies": { |
| "nodemon": "^3.1.0" |
| }, |
| "engines": { |
| "node": ">=18.0.0" |
| }, |
| "keywords": [], |
| "author": "reza", |
| "license": "MIT" |
| } |