package.json 414 B

123456789101112131415161718
  1. {
  2. "name": "cooperative-blue",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "express": "^4.17.1",
  13. "express-graphql": "^0.9.0",
  14. "graphql": "^14.4.2",
  15. "jsonwebtoken": "^8.5.1",
  16. "mm": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm.git"
  17. }
  18. }