Template
1
0
Files
boilerplate/api/package.json
2025-12-05 01:56:42 +01:00

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"
}
}