We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c55d328 + f4ba659 commit a845e04Copy full SHA for a845e04
package.json
@@ -3,6 +3,18 @@
3
"version": "0.0.0-semantically-released",
4
"description": "Simple and complete CLI testing utilities that encourage good testing practices.",
5
"main": "dist/index.js",
6
+ "exports": {
7
+ ".": {
8
+ "types": "./types/index.d.ts",
9
+ "require": "./dist/cli-testing-library.cjs.js",
10
+ "import": "./dist/cli-testing-library.esm.js"
11
+ },
12
+ "./extend-expect": {
13
+ "types": "./extend-expect.d.ts",
14
+ "require": "./dist/extend-expect.js",
15
+ "import": "./dist/extend-expect.js"
16
+ }
17
18
"types": "types/index.d.ts",
19
"module": "dist/cli-testing-library.esm.js",
20
"umd:main": "dist/cli-testing-library.umd.js",
0 commit comments