create-sekiban-app
Version:
Create a new Sekiban application with Dapr
40 lines • 1.04 kB
JSON
{
"name": "@dapr-sample/api-multi-projector",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx watch src/server.ts",
"start": "node dist/server.js",
"build": "tsc",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@azure/cosmos": "^4.3.0",
"@dapr/dapr": "^3.5.2",
"@dapr-sample/domain": "file:../domain",
"@sekiban/core": "^0.1.0-alpha.5",
"@sekiban/dapr": "^0.1.0-alpha.5",
"@sekiban/postgres": "^0.1.0-alpha.5",
"@sekiban/cosmos": "^0.1.0-alpha.5",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"helmet": "^8.0.0",
"morgan": "^1.10.0",
"neverthrow": "^8.1.1",
"pg": "^8.13.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/pg": "^8.11.10",
"@types/uuid": "^9.0.7",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}