{ "compilerOptions": { "allowJs": true, "lib": ["deno.window"], "strict": true }, "imports": { "express": "npm:express@^4.18.2", "axios": "npm:axios@^1.6.0" }, "tasks": { "dev": "deno run --allow-net --allow-read --allow-env src/mod.ts", "build": "deno task build:npm", "build:npm": "deno run -A npm:typescript/tsc" }, "fmt": { "useTabs": false, "lineWidth": 100, "indentWidth": 2, "semiColons": true, "singleQuote": true }, "lint": { "rules": { "tags": ["recommended"] } }, "nodeModulesDir": true }