19 lines
489 B
JSON
19 lines
489 B
JSON
{
|
|
"name": "asciiradio",
|
|
"version": "0.0.1",
|
|
"description": "lightweight text and audio streaming",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://codeberg.org/johanvandegriff/asciiradio.git"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.17.0",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.15.2",
|
|
"socket.io": "^4.1.2",
|
|
"xterm": "^4.12.0",
|
|
"xterm-addon-web-links": "^0.4.0"
|
|
}
|
|
}
|