Files
pm-template/web/package.json

14 lines
244 B
JSON
Raw Permalink Normal View History

{
"name": "pm-template-web",
"version": "1.0.0",
"description": "Minimal local web chat UI",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"ws": "^8.16.0"
}
}