UNPKG

875 BJSONView Raw
1{
2 "name": "jest-each",
3 "version": "27.0.6",
4 "description": "Parameterised tests for Jest",
5 "main": "./build/index.js",
6 "types": "./build/index.d.ts",
7 "exports": {
8 ".": "./build/index.js",
9 "./package.json": "./package.json"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/facebook/jest.git",
14 "directory": "packages/jest-each"
15 },
16 "keywords": [
17 "jest",
18 "parameterised",
19 "test",
20 "each"
21 ],
22 "author": "Matt Phillips (mattphillips)",
23 "license": "MIT",
24 "dependencies": {
25 "@jest/types": "^27.0.6",
26 "chalk": "^4.0.0",
27 "jest-get-type": "^27.0.6",
28 "jest-util": "^27.0.6",
29 "pretty-format": "^27.0.6"
30 },
31 "engines": {
32 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9"
38}