{ "name": "sendou-ink", "version": "2.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "startprod": "cross-env USE_PRODUCTION_DB=TRUE 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.15.0", "apollo-server-express": "^2.15.0", "axios": "^0.19.2", "btoa": "^1.2.1", "compression": "^1.7.4", "connect-mongo": "^3.2.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "express-session": "^1.17.1", "graphql": "^15.1.0", "lodash": "^4.17.15", "mongoose": "^5.9.20", "mongoose-unique-validator": "^2.0.3", "node-fetch": "^2.6.0", "passport": "^0.4.1", "passport-discord": "^0.1.4", "uuid": "^8.2.0", "webhook-discord": "^3.7.4" }, "devDependencies": { "cross-env": "^7.0.2", "nodemon": "^2.0.4" } }