Files

19 lines
577 B
JSON

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