package.json 744 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "shop-roles",
  3. "version": "1.0.0",
  4. "description": "roled shop on mm-graphql based on shop",
  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/shop-roles.git"
  12. },
  13. "keywords": [
  14. "mm",
  15. "graphql",
  16. "mongo"
  17. ],
  18. "author": "Ivan Grynkin",
  19. "license": "MIT",
  20. "dependencies": {
  21. "cors": "^2.8.5",
  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. "mm-graphql": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm-graphql.git",
  28. "multer": "^1.4.2"
  29. }
  30. }