{ "name": "@astral/astral", "version": "0.5.3", "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" }, "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", "@std/encoding": "jsr:@std/encoding@1", "@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.7.52", "@deno/cache-dir": "jsr:@deno/cache-dir@0.22.2" }, "publish": { "include": [ "LICENSE", "README.md", "deno.jsonc", "mod.ts", "src/**/*.ts", "docs/static/icon.png", "bindings/celestial.ts" ] } }