Spaces:
Build error
Build error
| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "description": "backend for YoutubeDL-Material", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "mocha test --exit -s 1000", | |
| "start": "pm2-runtime --raw pm2.config.js", | |
| "debug": "set YTDL_MODE=debug && node app.js" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "" | |
| }, | |
| "author": "Isaac Grynsztein", | |
| "license": "MIT", | |
| "bugs": { | |
| "url": "" | |
| }, | |
| "engines": { | |
| "node": "^16", | |
| "npm": "6.14.4" | |
| }, | |
| "homepage": "", | |
| "dependencies": { | |
| "@discordjs/builders": "^1.6.1", | |
| "@discordjs/core": "^0.5.2", | |
| "archiver": "^5.3.1", | |
| "async": "^3.2.3", | |
| "async-mutex": "^0.4.0", | |
| "axios": "^0.21.2", | |
| "bcryptjs": "^2.4.0", | |
| "command-exists": "^1.2.9", | |
| "compression": "^1.7.4", | |
| "config": "^3.2.3", | |
| "execa": "^5.1.1", | |
| "express": "^4.18.2", | |
| "express-session": "^1.17.3", | |
| "feed": "^4.2.2", | |
| "fluent-ffmpeg": "^2.1.2", | |
| "fs-extra": "^9.0.0", | |
| "gotify": "^1.1.0", | |
| "jsonwebtoken": "^9.0.0", | |
| "lodash": "^4.17.21", | |
| "lowdb": "^1.0.0", | |
| "md5": "^2.2.1", | |
| "mocha": "^9.2.2", | |
| "moment": "^2.29.4", | |
| "mongodb": "^3.6.9", | |
| "multer": "1.4.5-lts.1", | |
| "node-fetch": "^2.6.7", | |
| "node-id3": "^0.2.6", | |
| "node-schedule": "^2.1.0", | |
| "node-telegram-bot-api": "^0.61.0", | |
| "passport": "^0.6.0", | |
| "passport-http": "^0.3.0", | |
| "passport-jwt": "^4.0.1", | |
| "passport-ldapauth": "^3.0.1", | |
| "passport-local": "^1.0.0", | |
| "progress": "^2.0.3", | |
| "ps-node": "^0.1.6", | |
| "read-last-lines": "^1.7.2", | |
| "rxjs": "^7.3.0", | |
| "shortid": "^2.2.15", | |
| "tree-kill": "^1.2.2", | |
| "unzipper": "^0.10.10", | |
| "uuid": "^9.0.1", | |
| "winston": "^3.7.2", | |
| "xmlbuilder2": "^3.0.2" | |
| } | |
| } | |