| { | |
| "name": "david-cyril--api", | |
| "version": "1.0.0", | |
| "description": "David Cyril Apis", | |
| "main": "./index.js", | |
| "type": "module", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "pm2 start index.js --attach --name cyrilapi", | |
| "stop": "pm2 stop cyrilapi", | |
| "restart": "pm2 restart cyrilapi" | |
| }, | |
| "keywords": [ | |
| "youtube", | |
| "tiktok", | |
| "downloader", | |
| "api", | |
| "nodejs", | |
| "express" | |
| ], | |
| "author": "David Cyril Tech", | |
| "license": "MIT", | |
| "dependencies": { | |
| "axios": "^1.7.3", | |
| "body-parser": "^1.20.3", | |
| "bcrypt": "^5.1.1", | |
| "cheerio": "^0.22.0", | |
| "cors": "^2.8.5", | |
| "crypto": "^1.0.1", | |
| "dotenv": "^16.4.5", | |
| "express": "^4.19.2", | |
| "express-flash": "^0.0.2", | |
| "express-session": "^1.18.1", | |
| "fs": "^0.0.1-security", | |
| "jsonwebtoken": "^9.0.2", | |
| "http": "^0.0.1-security", | |
| "@vitalets/google-translate-api": "^8.0.0", | |
| "mongoose": "^6.2.1", | |
| "mrnima-moviedl": "1.0.0", | |
| "multer": "^1.4.5-lts.1", | |
| "node-fetch": "^3.3.2", | |
| "os": "latest", | |
| "path": "^0.12.7", | |
| "pm2": "^5.4.3", | |
| "puppeteer": "latest", | |
| "sqlite3": "^5.1.6", | |
| "sqlite3": "^5.1.6", | |
| "shortid": "^2.2.17", | |
| "uuid": "^11.0.5", | |
| "url": "^0.11.4", | |
| "qs": "^6.14.0", | |
| "qrcode": "^1.5.3", | |
| "user-agents": "^1.0.106", | |
| "yt-search": "2.12.1" | |
| } | |
| } |