Files
cap/demo/main/package.json
T
2026-02-28 12:11:07 +00:00

19 lines
413 B
JSON

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