first init

This commit is contained in:
Power BI Dev
2026-08-17 10:52:09 +07:00
commit 88c7c653c2
9281 changed files with 2156575 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "retroquest-kanban",
"version": "1.0.0",
"private": true,
"description": "Login-Less Real-Time Agile Kanban Board (Retro / Pixel Aesthetic)",
"scripts": {
"dev:server": "npm --prefix server run dev",
"dev:client": "npm --prefix client run dev",
"build:server": "npm --prefix server run build",
"build:client": "npm --prefix client run build",
"build": "npm run build:client && npm run build:server",
"start": "npm --prefix server run start",
"test:logic": "npm --prefix server run test",
"cleanup": "npm --prefix server run cleanup"
},
"keywords": ["kanban", "retro", "pixel", "socket.io", "express", "react"],
"author": "",
"license": "ISC"
}