{ "package": "@emprespresso/ci", "workspace": ["./*"], "tasks": { "test": "cd u/tests && deno test --allow-env --allow-read --allow-write", "test:trace": "cd u/tests && deno test --allow-env --allow-read --allow-write trace_test.ts", "test:either": "cd u/tests && deno test --allow-env --allow-read --allow-write either_test.ts", "test:coverage": "cd u/tests && deno test --coverage=coverage --allow-env --allow-read --allow-write" } }