File size: 717 Bytes
1514519
 
c57ecd0
1514519
 
c57ecd0
1514519
1c94f12
e846b10
1c94f12
af222d3
ac73c0d
 
 
1c94f12
1514519
e846b10
 
1514519
 
 
1c94f12
 
 
 
 
1514519
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "backend",
  "author": "Mayank <steeltroops.ai@gmail.com>",
  "module": "index.ts",
  "type": "module",
  "license": "UNLICENSED",
  "private": true,
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "bun build ./src/index.ts --outdir ./dist --target node",
    "start": "bun src/index.ts",
    "rebuild": "node node_modules/rclnodejs/scripts/generate_messages.js",
    "typecheck": "tsc --noEmit",
    "lint": "echo 'No lint configured for backend'"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "tsx": "^4.21.0"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "dependencies": {
    "fastify": "^4.26.0",
    "rclnodejs": "^1.8.1",
    "socket.io": "^4.8.3"
  }
}