{ "name": "@commonfabric/deno-web-test", "tasks": { "test": "deno test --allow-env --allow-read --allow-write --allow-run --allow-net test/*.test.ts" }, "imports": { "typescript": "npm:typescript@5.9.2" }, "exports": { ".": "./mod.ts", "./cli": "./cli.ts" } }