Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 650 B
    {
      "name": "math-ai-tutoring-helper",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "type": "module",
      "scripts": {
        "start": "node server.js",
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "keywords": [],
      "author": "",
      "license": "ISC",
      "dependencies": {
        "audio-decode": "^2.2.2",
        "dotenv": "^16.4.5",
        "express": "^4.21.1",
        "fluent-ffmpeg": "^2.1.3",
        "fs": "^0.0.1-security",
        "mic": "^2.1.2",
        "openai": "^4.71.0",
        "socket.io": "^4.8.1",
        "speaker": "^0.5.5",
        "streamifier": "^0.1.1",
        "wav": "^1.0.2",
        "waveheader": "^0.0.2",
        "ws": "^8.18.0"
      }
    }