feat: modular domain driven boilerplate
This commit is contained in:
@@ -1,25 +1,9 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "deno --allow-all --watch-hmr=routes/ server.ts",
|
||||
"migrate": "deno run --allow-all .tasks/migrate.ts"
|
||||
"start": "deno --allow-all --watch-hmr=routes/ server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cerbos/http": "0.23.1",
|
||||
"@felix/bcrypt": "npm:@jsr/felix__bcrypt@1.0.5",
|
||||
"@platform/models": "workspace:*",
|
||||
"@platform/relay": "workspace:*",
|
||||
"@platform/spec": "workspace:*",
|
||||
"@std/cli": "npm:@jsr/std__cli@1.0.22",
|
||||
"@std/dotenv": "npm:@jsr/std__dotenv@0.225.5",
|
||||
"@std/fs": "npm:@jsr/std__fs@1.0.19",
|
||||
"@std/path": "npm:@jsr/std__path@1.1.2",
|
||||
"@valkyr/auth": "npm:@jsr/valkyr__auth@2.1.4",
|
||||
"@valkyr/event-store": "npm:@jsr/valkyr__event-store@2.0.1",
|
||||
"@valkyr/inverse": "npm:@jsr/valkyr__inverse@1.0.1",
|
||||
"@valkyr/json-rpc": "npm:@jsr/valkyr__json-rpc@1.1.0",
|
||||
"cookie": "1.0.2",
|
||||
"mongodb": "6.20.0",
|
||||
"zod": "4.1.9"
|
||||
"zod": "4.1.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user