Files
UnrealEngine/Engine/Plugins/VirtualProduction/RemoteControlWebInterface/WebApp/_package.json
2025-05-18 13:04:45 +08:00

16 lines
483 B
JSON

{
"name": "conductor",
"version": "0.3.92",
"scripts": {
"postinstall": "concurrently \"cd ./Client && npm install && cd ..\" \"cd ./Server && npm install && cd ..\"",
"build": "node ./Scripts/build.js",
"dev": "concurrently \"cd ./Client && npm start && cd ..\" \"cd Server && npm start && cd ..\"",
"start": "pushd Server && npm run serve && popd"
},
"dependencies": {},
"devDependencies": {
"concurrently": "^5.3.0",
"fs-extra": "^9.0.1"
}
}