mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
df6f32c6bc
Co-authored-by: kt3k <kt3k@users.noreply.github.com> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
14 lines
305 B
JSON
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"
|
|
}
|
|
}
|