package.json 362 B

123456789101112131415161718
  1. {
  2. "name": "seq",
  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.16.3",
  13. "express-graphql": "^0.6.12",
  14. "graphql": "^0.13.2",
  15. "mysql2": "^1.5.3",
  16. "sequelize": "^4.37.10"
  17. }
  18. }