{ "name": "sendou-ink", "version": "2.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "withprod": "cross-env LOGGED_IN=TRUE USE_PRODUCTION_DB=TRUE node index.js", "withdev": "cross-env LOGGED_IN=TRUE node index.js", "watchdev": "cross-env LOGGED_IN=TRUE nodemon index.js", "watchprod": "cross-env LOGGED_IN=TRUE USE_PRODUCTION_DB=TRUE nodemon index.js", "build": "cd frontend-react && npm install && npm run build && mv build ../build", "testbuild": "rmdir /s /q build && cd frontend-react && npm run build && move build ../build" }, "author": "Sendou", "license": "ISC", "dependencies": { "apollo-server": "^2.11.0", "apollo-server-express": "^2.11.0", "axios": "^0.19.2", "btoa": "^1.2.1", "connect-mongo": "^3.2.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "express-session": "^1.17.0", "graphql": "^14.6.0", "lodash": "^4.17.15", "mongoose": "^5.9.5", "mongoose-unique-validator": "^2.0.3", "node-fetch": "^2.6.0", "passport": "^0.4.1", "passport-discord": "^0.1.3", "webhook-discord": "^3.5.1" }, "devDependencies": { "cross-env": "^7.0.2", "nodemon": "^2.0.2" } }