Skip to main content
Module

x/gfm/deno.json

Server-side GitHub Flavored Markdown rendering for Deno
Latest
File
{ "tasks": { "build": "deno run --allow-read --allow-write --allow-net --allow-run --allow-env ./style/patch.ts && deno fmt", "check:types": "deno check **/*.ts", "coverage": "rm -rf cov_profile && deno test --allow-read --allow-env --allow-write --allow-run --allow-net --coverage=cov_profile", "dev": "deno run -A --unstable --watch --no-check ./example/main.ts", "ok": "deno fmt --check && deno lint && deno task check:types && deno task test", "report": "deno coverage cov_profile --html", "server": "deno run -A --watch=test/,mod.ts ./test/runTestServer.ts", "test": "deno test --allow-read --allow-env --allow-write --allow-run --allow-net" }, "fmt": { "exclude": ["./test/fixtures/alerts.md", "./test/fixtures/lineBreaks.md"] }, "lock": false}