UNPKG

896 BJSONView Raw
1{
2 "name": "@jest/types",
3 "version": "29.4.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-types"
8 },
9 "engines": {
10 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
11 },
12 "license": "MIT",
13 "main": "./build/index.js",
14 "types": "./build/index.d.ts",
15 "exports": {
16 ".": {
17 "types": "./build/index.d.ts",
18 "default": "./build/index.js"
19 },
20 "./package.json": "./package.json"
21 },
22 "dependencies": {
23 "@jest/schemas": "^29.4.0",
24 "@types/istanbul-lib-coverage": "^2.0.0",
25 "@types/istanbul-reports": "^3.0.0",
26 "@types/node": "*",
27 "@types/yargs": "^17.0.8",
28 "chalk": "^4.0.0"
29 },
30 "devDependencies": {
31 "@tsd/typescript": "^4.9.0",
32 "tsd-lite": "^0.6.0"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "gitHead": "bc84c8a15649aaaefdd624dc83824518c17467ed"
38}