package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "share",
  3. "version": "0.1.0",
  4. "engines": {
  5. "node": "16 || 18"
  6. },
  7. "private": true,
  8. "dependencies": {
  9. "@azure/communication-identity": "^1.3.1",
  10. "@azure/identity": "^4.0.1",
  11. "@azure/msal-node": "^2.8.1",
  12. "@microsoft/microsoft-graph-client": "^3.0.7",
  13. "@microsoft/teams-js": "^2.21.0",
  14. "archiver": "^7.0.1",
  15. "axios": "^1.6.8",
  16. "cookie-parser": "^1.4.6",
  17. "cors": "^2.8.5",
  18. "docx": "^8.5.0",
  19. "dote": "^1.1.0",
  20. "dotenv": "^16.4.5",
  21. "env": "^0.0.2",
  22. "express": "^4.19.2",
  23. "express-session": "^1.18.0",
  24. "fs": "^0.0.1-security",
  25. "jszip": "^3.10.1",
  26. "mssql": "^10.0.2",
  27. "multer": "^1.4.5-lts.1",
  28. "path": "^0.12.7",
  29. "pptxgenjs": "^3.12.0",
  30. "restify": "^11.1.0",
  31. "send": "^0.18.0",
  32. "unzipper": "^0.11.4",
  33. "websocket": "^1.0.35",
  34. "write-excel-file": "^2.0.1",
  35. "wss": "^3.3.4",
  36. "xlsx": "^0.18.5"
  37. },
  38. "devDependencies": {
  39. "env-cmd": "^10.1.0",
  40. "nodemon": "^2.0.21"
  41. },
  42. "scripts": {
  43. "dev:teamsfx": "env-cmd --silent -f .localConfigs npm run start",
  44. "start": "nodemon --inspect=9239 --signal SIGINT src/app.js",
  45. "test": "echo \"Error: no test specified\" && exit 1"
  46. },
  47. "homepage": "."
  48. }