Skip to main content

Built and signed on GitHub Actions

Astral is the browser automation library for Deno

This package works with Deno
This package works with Deno
JSR Score
100%
Published
2 months ago (0.5.2)
Package root>deno.jsonc
{ "name": "@astral/astral", "version": "0.5.2", "exports": "./mod.ts", "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-leaks", "bench": "deno bench -A", "www": "cd docs && pyro dev" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "https://esm.sh/preact@10.16.0" }, "lock": false, "imports": { "@deno-library/progress": "jsr:@deno-library/progress@^1.5.1", "@std/assert": "jsr:@std/assert@^1", "@std/async": "jsr:@std/async@^1", "@std/fs": "jsr:@std/fs@^1", "@std/path": "jsr:@std/path@^1", "@std/testing": "jsr:@std/testing@^1", "@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.7.52" }, "publish": { "include": [ "LICENSE", "README.md", "deno.jsonc", "mod.ts", "src/**/*.ts", "docs/static/icon.png", "bindings/celestial.ts" ] } }