package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "moshengqi-server",
  3. "version": "1.0.0",
  4. "description": "",
  5. "license": "ISC",
  6. "author": "",
  7. "type": "commonjs",
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "dev": "bun server.ts",
  12. "start:local": "fmode-server-win-x64.exe"
  13. },
  14. "dependencies": {
  15. "@fmode/studio": "^0.0.12",
  16. "@types/cors": "^2.8.19",
  17. "@types/express": "^4.17.21",
  18. "@types/morgan": "^1.9.10",
  19. "@types/multer": "^2.0.0",
  20. "cors": "^2.8.6",
  21. "crypto": "^1.0.1",
  22. "crypto-js": "^4.1.1",
  23. "express": "^5.2.1",
  24. "fmode-ng": "^0.0.243",
  25. "fs": "^0.0.1-security",
  26. "http": "^0.0.1-security",
  27. "https": "^1.0.0",
  28. "morgan": "^1.10.1",
  29. "multer": "^2.0.2",
  30. "node-cron": "4.2.1",
  31. "parse": "^5.3.0",
  32. "parse-server": "^9.2.0",
  33. "util": "^0.12.5",
  34. "xlsx": "^0.18.5",
  35. "xmlhttprequest": "^1.8.0",
  36. "zlib": "^1.0.5"
  37. },
  38. "devDependencies": {
  39. "@types/node": "^25.2.0",
  40. "@types/node-cron": "^3.0.11",
  41. "ts-node": "^10.9.2",
  42. "typescript": "^5.9.3"
  43. }
  44. }