package.json 325 B

1234567891011121314151617
  1. {
  2. "name": "baiduOrder",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "server": "node app.js"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "koa": "^2.12.1",
  15. "koa-static": "^5.0.0"
  16. }
  17. }