20 lines
416 B
JSON
20 lines
416 B
JSON
{
|
|
"name": "push-stream-channels",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "client.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.tlfactory.pl:apps/push-stream-channels.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.11.1",
|
|
"express": "^5.2.1",
|
|
"socket.io": "^4.8.3"
|
|
}
|
|
}
|