123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "musare-backend-kris-fork",
- "private": true,
- "version": "3.9.0-rc1-kris-fork",
- "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 --cache logic",
- "typescript": "tsc --noEmit --skipLibCheck"
- },
- "dependencies": {
- "async": "^3.2.4",
- "axios": "^1.1.3",
- "bcrypt": "^5.1.0",
- "bluebird": "^3.7.2",
- "body-parser": "^1.20.1",
- "config": "^3.3.8",
- "cookie-parser": "^1.4.6",
- "cors": "^2.8.5",
- "express": "^4.18.2",
- "moment": "^2.29.4",
- "mongoose": "^6.6.5",
- "nodemailer": "^6.8.0",
- "oauth": "^0.10.0",
- "redis": "^4.5.1",
- "retry-axios": "^3.0.0",
- "sha256": "^0.2.0",
- "socks": "^2.7.1",
- "underscore": "^1.13.6",
- "ws": "^8.11.0"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.45.0",
- "@typescript-eslint/parser": "^5.45.0",
- "eslint": "^8.28.0",
- "eslint-config-airbnb-base": "^15.0.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-jsdoc": "^39.6.4",
- "eslint-plugin-prettier": "^4.2.1",
- "nodemon": "^2.0.20",
- "prettier": "2.8.0",
- "trace-unhandled": "^2.0.1",
- "ts-node": "^10.9.1",
- "typescript": "^4.9.3"
- }
- }
|