Skip to main content
Module

x/danet/deno.json

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
File
{ "lint": { "files": { "include": ["src/"], "exclude": ["node_modules/", "./**/*.test.ts"] }, "rules": { "tags": ["recommended"], "include": ["ban-untagged-todo"], "exclude": ["no-unused-vars"] } }, "fmt": { "options": { "singleQuote": true, "useTabs": true }, "files": { "exclude": ["node_modules/", "coverage/", "doc/"] } }, "compilerOptions": { "emitDecoratorMetadata": true }, "tasks": { "test": "NO_LOG=true deno test --allow-env --allow-net --allow-read -A --unstable --coverage=coverage spec", "start:example": "deno run --allow-net --allow-env --watch example/run.ts" }}