package.json 624 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "mm-graphql",
  3. "version": "1.0.0",
  4. "description": "Mock back for frontend students",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.a-level.com.ua:gitgod/mm-graphql.git"
  12. },
  13. "keywords": [
  14. "node",
  15. "mm",
  16. "mongo",
  17. "graphql"
  18. ],
  19. "author": "Ivan Grynkin",
  20. "license": "ISC",
  21. "dependencies": {
  22. "express": "^4.17.1",
  23. "express-graphql": "^0.9.0",
  24. "graphql": "^14.4.2",
  25. "jsonwebtoken": "^8.5.1",
  26. "mm": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm.git"
  27. }
  28. }