{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "watch-ts": "tsc -w --preserveWatchOutput", "server": "nodemon dist/index.js", "start": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold\" \"npm run watch-ts\" \"npm run server\"", "dev": "nodemon -e ts,js,graphql -x node --inspect index.ts", "deploy": "prisma deploy", "test": "jest --watch", "preinstall": "npx npm-force-resolutions" }, "author": "Tomi Cvetic ", "license": "GPL-3.0", "dependencies": { "@types/bcryptjs": "^2.4.2", "@types/cookie-parser": "^1.4.2", "@types/fluent-ffmpeg": "2.1.14", "@types/jsonwebtoken": "^8.3.9", "@types/lodash": "^4.14.150", "@types/randombytes": "^2.0.0", "@types/sharp": "^0.24.0", "apollo-server-express": "^2.12.0", "bcryptjs": "^2.4.3", "body-parser": "1.19.0", "cookie-parser": "1.4.4", "cors": "2.8.5", "date-fns": "2.11.1", "dotenv": "8.2.0", "fluent-ffmpeg": "2.1.2", "graphql": "^14.6.0", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", "nodemailer": "^6.4.6", "prisma": "^1.34.10", "prisma-binding": "2.3.16", "promisify": "0.0.3", "randombytes": "^2.1.0", "sharp": "^0.25.2" }, "devDependencies": { "@babel/preset-typescript": "^7.9.0", "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "babel-plugin-module-resolver": "^4.0.0", "concurrently": "^5.1.0", "graphql-cli": "3.0.14", "jest": "^25.4.0", "nodemon": "1.19.4", "ts-jest": "^25.4.0", "typescript": "^3.8.3" }, "resolutions": { "**/graphql-upload": "^9.0.0", "**/**/graphql-upload": "^9.0.0", "**/**/**/graphql-upload": "^9.0.0", "**/**/**/**/graphql-upload": "^9.0.0", "**/**/**/**/**/graphql-upload": "^9.0.0" } }