Files
boilerplate/api/package.json
2026-01-06 11:08:55 +01:00

12 lines
225 B
JSON

{
"private": true,
"scripts": {
"start": "deno --allow-all --watch-hmr=routes/ server.ts"
},
"dependencies": {
"@module/payment": "workspace:*",
"@platform/config": "workspace:*",
"zod": "4.3.5"
}
}