{ "name": "watch2gether-core", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "npm run dev-core & npm run dev-stream", "dev-core": "nodemon ./src/index.ts", "dev-stream": "nodemon ./src/streamMovies.ts" }, "author": "Anatoly Kopyl", "license": "ISC", "dependencies": { "@koa/cors": "^3.1.0", "@types/mongoose": "^5.11.97", "dotenv": "^10.0.0", "formidable": "^2.0.1", "handbrake-js": "^6.0.0", "koa": "^2.13.4", "koa-body": "^4.2.0", "koa-bodyparser": "^4.3.0", "koa-json": "^2.0.2", "koa-router": "^10.1.1", "mongoose": "^6.1.3", "mv": "^2.1.1", "short-uuid": "^4.2.0", "webtorrent": "^1.5.8" }, "devDependencies": { "@types/handbrake-js": "^5.0.1", "@types/koa": "^2.13.4", "@types/koa__cors": "^3.1.1", "@types/koa-bodyparser": "^4.3.5", "@types/koa-json": "^2.0.20", "@types/koa-router": "^7.4.4", "@types/mv": "^2.1.2", "@types/node": "^17.0.4", "@types/webtorrent": "^0.109.2", "@typescript-eslint/eslint-plugin": "^5.8.0", "eslint": "^8.5.0", "eslint-config-airbnb-typescript": "^16.1.0", "eslint-plugin-import": "^2.25.3", "nodemon": "^2.0.15", "ts-node": "^10.4.0", "typescript": "^4.5.4" } }