init: company-haness 설계
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user