Files
cap/demo/main/package.json
T
2025-05-20 20:04:14 +01:00

18 lines
388 B
JSON

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