ztimson-patch-2 #2

Merged
ztimson merged 6 commits from ztimson-patch-2 into master 2026-09-12 22:41:03 -04:00
Showing only changes of commit e24ad685fe - Show all commits

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "homecast",
"version": "0.1.0",
"description": "The Homebrew Chromecast",
"main": "src/server.mjs",
"scripts": {
"start": "node server.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@novnc/novnc": "^1.7.0",
"ws": "^8.21.3"
}
}