package.json 365 B

123456789101112131415161718
  1. {
  2. "name": "project",
  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.12.0",
  14. "graphql": "^15.5.0",
  15. "mariadb": "^2.5.3",
  16. "sequelize": "^6.6.2"
  17. }
  18. }