{ "name": "cliffbreakmeet", "version": "0.0.0", "description": "A self-built video-chat application", "main": "server.js", "scripts": { "build": "gulp", "clean": "gulp clean", "dev": "concurrently --kill-others \"gulp watchCompile\" \"npm run dev:node\"", "dev:node": "node -r dotenv/config node_modules/nodemon/bin/nodemon --watch . --ext ts server", "lint": "eslint -c .eslintrc.js --ext .ts ./src ", "test": "echo \"Error: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "https://git.cliffbreak.de/Cliffbreak/CliffbreakMeet.git" }, "author": "Simon Giesel", "license": "ISC", "dependencies": { "@nestjs/common": "^7.0.8", "@nestjs/core": "^7.0.8", "@nestjs/platform-fastify": "^7.0.8", "@nestjs/platform-socket.io": "^7.0.8", "@nestjs/swagger": "^4.5.3", "@nestjs/websockets": "^7.0.8", "class-transformer": "^0.2.3", "class-validator": "^0.12.1", "dotenv": "^8.2.0", "fastify": "^2.13.1", "fastify-swagger": "^2.5.1", "handlebars": "^4.7.6", "mongoose": "^5.9.10", "point-of-view": "^3.8.0", "reflect-metadata": "^0.1.13", "webrtc": "^1.14.1" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@types/mongoose": "^5.7.12", "@types/node": "^13.13.2", "@types/socket.io": "^2.1.4", "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "babel-loader": "^8.1.0", "concurrently": "^5.1.0", "dateformat": "^3.0.3", "del": "^5.1.0", "eslint": "^6.8.0", "gulp": "^4.0.2", "gulp-changed": "^4.0.2", "gulp-conventional-changelog": "^2.0.29", "gulp-rename": "^2.0.0", "gulp-sass": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "gulp-uglifycss": "^1.1.0", "material-design-icons": "^3.0.1", "nodemon": "^2.0.3", "normalize-scss": "^7.0.1", "socket.io-client": "^2.3.0", "ts-node": "^8.9.0", "typeface-roboto": "0.0.75", "typescript": "^3.8.3", "webpack-stream": "^5.2.1" } }