Skip to main content
Module

x/astral/deno.jsonc

A high-level puppeteer/playwright-like library for Deno
Go to Latest
File
{ "tasks": { // The task to automatically generate `./src/celestial.ts` "bind": "deno run -A ./bindings/_tools/generate/mod.ts && deno fmt", "test": "deno test -A --trace-ops", "www": "cd docs && pyro dev" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "https://esm.sh/preact@10.16.0" }}