{
  "name": "server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "type": "module",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@swc/core": "^1.4.17",
    "chokidar": "^3.6.0",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "gitignore-fs": "^2.2.2",
    "socket.io": "^4.7.2",
    "tree-sitter": "^0.20.6",
    "tree-sitter-javascript": "^0.20.2"
  }
}
