Add package.json

This commit is contained in:
2026-09-12 22:36:53 -04:00
parent e08bc14634
commit e24ad685fe

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"
}
}