October3d55/NewCAVESystem/Content/InteractionFramework/WebControl/Scripts/package.json

23 lines
515 B
JSON
Raw Normal View History

2025-03-10 09:43:27 +08:00
{
"name": "unreal",
"version": "1.0.0",
"description": "",
"main": "myscript.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npx shadow-cljs release script && npx ncc build out/script.js -o dist",
"watch": "npx shadow-cljs watch script"
},
"author": "",
"license": "ISC",
"dependencies": {
"ipc-event-emitter": "^2.0.2",
"websocket": "^1.0.34"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"shadow-cljs": "^2.19.6"
}
}