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