42 lines
925 B
JSON
42 lines
925 B
JSON
|
{
|
||
|
"name": "jest-each",
|
||
|
"version": "29.2.1",
|
||
|
"description": "Parameterised tests for Jest",
|
||
|
"main": "./build/index.js",
|
||
|
"types": "./build/index.d.ts",
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"types": "./build/index.d.ts",
|
||
|
"default": "./build/index.js"
|
||
|
},
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git",
|
||
|
"directory": "packages/jest-each"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"jest",
|
||
|
"parameterised",
|
||
|
"test",
|
||
|
"each"
|
||
|
],
|
||
|
"author": "Matt Phillips (mattphillips)",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@jest/types": "^29.2.1",
|
||
|
"chalk": "^4.0.0",
|
||
|
"jest-get-type": "^29.2.0",
|
||
|
"jest-util": "^29.2.1",
|
||
|
"pretty-format": "^29.2.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "4551c0fdd4d25b7206824957c7bcc6baf61e63bf"
|
||
|
}
|