File size: 585 Bytes
a0e3fdf
31f6d94
 
 
 
 
a0e3fdf
31f6d94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a0e3fdf
 
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
{
  "name": "chat",
  "version": "1.0.0",
  "description": "",
  "type": "module",
  "main": "app.js",
  "scripts": {
    "start": "tsc && node dist/app.js",
    "watch": "tsc-watch --onSuccess \"node dist/app.js\"",
    "build": "tsc"
  },
  "author": "Pawan Osman",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com"
  },
  "dependencies": {
    "axios": "^1.6.7",
    "body-parser": "^1.20.2",
    "express": "^4.18.3"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}