std/testing/deno.json
denobot df6f32c6bc
chore: release 2024.11.01 (#6167)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-01 19:33:15 +09:00

14 lines
305 B
JSON

{
"name": "@std/testing",
"version": "1.0.4",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
"./snapshot": "./snapshot.ts",
"./time": "./time.ts",
"./types": "./types.ts",
"./unstable-types": "./unstable_types.ts",
"./unstable-stub": "./unstable_stub.ts"
}
}