package.json 352 B

123456789101112131415161718
  1. {
  2. "name": "koa-project",
  3. "version": "1.0.0",
  4. "description": "",
  5. "type": "module",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "dev": "nodemon index.js"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "@koa/router": "^12.0.0",
  16. "koa": "^2.14.2"
  17. }
  18. }