Files
cap/demo/package.json
T
2025-03-15 10:45:09 +00:00

18 lines
385 B
JSON

{
"name": "cap-demo",
"description": "Cap demo",
"license": "AGPL-3.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.5",
"fastify": "^5.2.1"
}
}