std/testing/deno.json

14 lines
305 B
JSON
Raw Normal View History

{
"name": "@std/testing",
"version": "1.0.5",
"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"
}
}