Skip to main content
Go to Latest
File
{ "fmt": { "options": { "singleQuote": true } }, "tasks": { "changeset": "deno run --allow-read --allow-write --allow-run main.ts", "dev": "deno run --watch main.ts", "test": "deno test --watch --allow-read --allow-write --allow-run" }}