16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"name": "gravity-web",
|
|
"version": "1.0.0",
|
|
"description": "Antigravity IDE 웹 원격 제어 대시보드",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node --watch index.js"
|
|
},
|
|
"dependencies": {
|
|
"chrome-remote-interface": "^0.33.2",
|
|
"express": "^4.21.0",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|