19 lines
413 B
JSON
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"
|
|
}
|
|
}
|