{ "name": "jest-each", "version": "29.6.3", "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/jestjs/jest.git", "directory": "packages/jest-each" }, "keywords": [ "jest", "parameterised", "test", "each" ], "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", "jest-get-type": "^29.6.3", "jest-util": "^29.6.3", "pretty-format": "^29.6.3" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b" }