dsfsfdsfsdff / package.json
treterter's picture
Update package.json
31f6d94 verified
{
"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"
}
}