{ "name": "cap-demo", "description": "Cap demo", "license": "Apache-2.0", "author": "Tiago Rangel", "type": "commonjs", "main": "server.js", "scripts": { "start": "bun run server.js", "dev": "bun run --watch server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@cap.js/server": "^1.0.13", "fastify": "^5.3.3" } }