cli-testing-library
Version:
Simple and complete CLI testing utilities that encourage good testing practices.
26 lines (25 loc) • 646 B
JSON
{
"name": "cli-testing-library-jest",
"version": "3.0.0",
"description": "",
"type": "module",
"module": "./../dist/esm/jest.js",
"main": "./../dist/cjs/jest.cjs",
"types": "./../dist/cjs/jest.d.cts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./../dist/esm/jest.d.ts",
"default": "./../dist/esm/jest.js"
},
"require": {
"types": "./../dist/cjs/jest.d.cts",
"default": "./../dist/cjs/jest.cjs"
}
}
},
"author": "Corbin Crutchley <crutchcorn@gmail.com> (https://crutchcorn.dev)",
"license": "MIT",
"sideEffects": true
}