init: company-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:49:00 +09:00
parent 57d1bab894
commit f668d6a158
962 changed files with 98989 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "technology-atlas-lost-update",
"private": true,
"version": "1.0.0",
"description": "Technology Atlas의 Transaction Isolation / Lost Update 인터랙티브 딥다이브",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "node scripts/serve.cjs",
"start": "node scripts/serve.cjs",
"preview": "node scripts/serve.cjs --host 127.0.0.1 --port 4173",
"test": "npm run test:static && npm run test:e2e",
"test:static": "node scripts/verify_static.cjs",
"test:e2e": "node scripts/verify_flow.cjs",
"verify": "npm test"
}
}