Initial commit

This commit is contained in:
Abhinav Sinha
2026-05-26 20:18:08 +05:30
committed by GitHub
commit c26c0122ce
34 changed files with 8866 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "kubekosh-api",
"version": "0.1.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"better-sqlite3": "^9.4.3",
"node-pty": "^1.0.0",
"ws": "^8.17.0"
}
}