package.json 326 B

123456789101112131415
  1. {
  2. "name": "filetransfer",
  3. "version": "1.0.0",
  4. "description": "a file share platform",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "star",
  10. "license": "GPL-3.0-or-later",
  11. "dependencies": {
  12. "express": "^4.18.2",
  13. "silly-datetime": "^0.1.2"
  14. }
  15. }