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