12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "deno --allow-all --watch-hmr=routes/ server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@module/payment": "workspace:*",
|
|
"@platform/config": "workspace:*",
|
|
"zod": "4.1.13"
|
|
}
|
|
}
|