{ "name": "sendou-ink", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "watch": "nodemon index.js", "build": "rm -rf build && cd react-ui && npm run build && mv build ../build", "testbuild": "rmdir /s /q build && cd react-ui && npm run build && move build ../build" }, "author": "Sendou", "license": "ISC", "dependencies": { "apollo-server": "^2.9.7", "apollo-server-express": "^2.9.7", "axios": "^0.19.0", "btoa": "^1.2.1", "cors": "^2.8.5", "dotenv": "^8.2.0", "express-session": "^1.17.0", "graphql": "^14.5.8", "lodash": "^4.17.15", "mongoose": "^5.7.9", "mongoose-unique-validator": "^2.0.3", "node-fetch": "^2.6.0", "passport": "^0.4.0", "passport-discord": "^0.1.3" }, "devDependencies": { "nodemon": "^1.19.4" } }