You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
447 B

  1. {
  2. "name": "store-server",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "koa": "^2.11.0",
  13. "koa-body": "^4.1.1",
  14. "koa-router": "^7.4.0",
  15. "koa-session": "^5.12.3",
  16. "koa-static": "^5.0.0",
  17. "mysql": "^2.17.1",
  18. "request": "^2.88.2",
  19. "request-promise": "^4.2.5"
  20. }
  21. }