package.json 284 B

12345678910111213141516
  1. {
  2. "name": "photopea",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "license": "MIT",
  6. "private": true,
  7. "scripts": {
  8. "start": "node index.js"
  9. },
  10. "dependencies": {
  11. "koa": "^2.13.0",
  12. "koa-body": "^4.2.0",
  13. "koa-router": "^10.0.0",
  14. "koa-send": "^5.0.1"
  15. }
  16. }