|
|
@@ -1,12 +1,12 @@
|
|
|
{
|
|
|
"imports": {
|
|
|
- "application/": "./src/application/",
|
|
|
+ "app/": "./src/application/",
|
|
|
"domain/": "./src/domain/",
|
|
|
- "infrastructure/": "./src/infra/",
|
|
|
+ "infra/": "./src/infrastructure/",
|
|
|
"std/": "https://deno.land/std@0.191.0/"
|
|
|
},
|
|
|
"tasks": {
|
|
|
- "dev": "deno run --allow-read --allow-env --allow-net ./src/main.ts",
|
|
|
+ "dev": "deno run --watch --allow-read --allow-env --allow-net ./src/main.ts",
|
|
|
"test": "deno test ./test/test.ts"
|
|
|
},
|
|
|
"lint": {
|