{ "name": "musare-backend", "private": true, "version": "staging", "type": "module", "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.", "main": "index.js", "author": "Musare Team", "license": "GPL-3.0", "repository": "https://github.com/Musare/Musare", "scripts": { "dev": "nodemon --es-module-specifier-resolution=node", "docker:dev": "nodemon --es-module-specifier-resolution=node --legacy-watch --no-stdin /opt/app", "docker:prod": "node --es-module-specifier-resolution=node /opt/app", "lint": "eslint . --ext .js", "typescript": "tsc --noEmit --skipLibCheck" }, "dependencies": { "async": "^3.2.4", "axios": "^1.4.0", "bcrypt": "^5.1.0", "bluebird": "^3.7.2", "body-parser": "^1.20.2", "config": "^3.3.9", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "express": "^4.18.2", "moment": "^2.29.4", "mongoose": "^6.6.5", "nodemailer": "^6.9.2", "oauth": "^0.10.0", "redis": "^4.6.6", "retry-axios": "^3.0.0", "sha256": "^0.2.0", "socks": "^2.7.1", "soundcloud-key-fetch": "^1.0.13", "underscore": "^1.13.6", "ws": "^8.13.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5", "eslint": "^8.40.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^44.2.3", "eslint-plugin-prettier": "^4.2.1", "nodemon": "^2.0.22", "prettier": "2.8.8", "trace-unhandled": "^2.0.1", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }