|
| 1 | +{ |
| 2 | + "imports": { |
| 3 | + "@deno/dnt": "jsr:@deno/[email protected]", |
| 4 | + "@effectionx/bdd": "./bdd/mod.ts", |
| 5 | + "@effectionx/process": "./process/mod.ts", |
| 6 | + "@effectionx/signals": "./signals/mod.ts", |
| 7 | + "@effectionx/stream-helpers": "./stream-helpers/mod.ts", |
| 8 | + "@effectionx/test-adapter": "./test-adapter/mod.ts", |
| 9 | + "@effectionx/timebox": "./timebox/mod.ts", |
| 10 | + "@essentials/raf": "npm:@essentials/raf@^1.2.0", |
| 11 | + "@std/assert": "jsr:@std/assert@^1", |
| 12 | + "@std/expect": "jsr:@std/expect@^1", |
| 13 | + "@std/fs": "jsr:@std/fs@^1", |
| 14 | + "@std/json": "jsr:@std/json@^1", |
| 15 | + "@std/path": "jsr:@std/path@^1", |
| 16 | + "@std/streams": "jsr:@std/streams@^1", |
| 17 | + "@std/testing": "jsr:@std/testing@^1", |
| 18 | + "@std/testing/bdd": "jsr:@std/testing@^1/bdd", |
| 19 | + "@std/testing/mock": "jsr:@std/testing@^1/mock", |
| 20 | + "@std/testing/time": "jsr:@std/testing@^1/time", |
| 21 | + "@types/cross-spawn": "npm:@types/[email protected]", |
| 22 | + "chokidar": "npm:chokidar@^4.0.3", |
| 23 | + "cross-spawn": "npm:[email protected]", |
| 24 | + "ctrlc-windows": "npm:[email protected]", |
| 25 | + "effection": "npm:effection@^4.0.0-0", |
| 26 | + "ignore": "npm:ignore@^7.0.3", |
| 27 | + "immutable": "npm:immutable@^5", |
| 28 | + "remeda": "npm:remeda@^2", |
| 29 | + "shellwords": "npm:shellwords@^1.1.1", |
| 30 | + "tinyexec": "npm:[email protected]", |
| 31 | + "ws": "npm:ws@^8", |
| 32 | + "zod": "npm:zod@^3.20.2", |
| 33 | + "zod-opts": "npm:[email protected]" |
| 34 | + } |
| 35 | +} |
0 commit comments