mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
6cc4f9fc44
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"name": "@std/testing",
|
|
"version": "1.0.3",
|
|
"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"
|
|
}
|
|
}
|