package.json 605 B

1234567891011121314151617181920212223
  1. {
  2. "name": "graphql-chat",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node index.js"
  9. },
  10. "author": "Ivan Grynkin",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cors": "^2.8.4",
  14. "express": "^4.16.3",
  15. "express-graphql": "^0.6.12",
  16. "graphql": "^14.0.2",
  17. "jsonwebtoken": "^8.5.1",
  18. "mm": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm.git",
  19. "mm-graphql": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm-graphql.git",
  20. "multer": "^1.4.2",
  21. "socket.io": "^2.3.0"
  22. }
  23. }