Files
chat-app/package.json
2025-07-20 22:22:47 +03:00

14 lines
323 B
JSON

{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm install --prefix backend && npm install --prefix frontend && npm run build --prefix frontend",
"start": "npm run start --prefix backend"
},
"keywords": [],
"author": "",
"license": "ISC"
}