UNPKG

1.68 kBJSONView Raw
1{
2 "name": "jest-config",
3 "version": "27.2.5",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-config"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": "./build/index.js",
14 "./package.json": "./package.json"
15 },
16 "peerDependencies": {
17 "ts-node": ">=9.0.0"
18 },
19 "peerDependenciesMeta": {
20 "ts-node": {
21 "optional": true
22 }
23 },
24 "dependencies": {
25 "@babel/core": "^7.1.0",
26 "@jest/test-sequencer": "^27.2.5",
27 "@jest/types": "^27.2.5",
28 "babel-jest": "^27.2.5",
29 "chalk": "^4.0.0",
30 "deepmerge": "^4.2.2",
31 "glob": "^7.1.1",
32 "graceful-fs": "^4.2.4",
33 "is-ci": "^3.0.0",
34 "jest-circus": "^27.2.5",
35 "jest-environment-jsdom": "^27.2.5",
36 "jest-environment-node": "^27.2.5",
37 "jest-get-type": "^27.0.6",
38 "jest-jasmine2": "^27.2.5",
39 "jest-regex-util": "^27.0.6",
40 "jest-resolve": "^27.2.5",
41 "jest-runner": "^27.2.5",
42 "jest-util": "^27.2.5",
43 "jest-validate": "^27.2.5",
44 "micromatch": "^4.0.4",
45 "pretty-format": "^27.2.5"
46 },
47 "devDependencies": {
48 "@types/babel__core": "^7.0.4",
49 "@types/glob": "^7.1.1",
50 "@types/graceful-fs": "^4.1.3",
51 "@types/is-ci": "^3.0.0",
52 "@types/micromatch": "^4.0.1",
53 "jest-snapshot-serializer-raw": "^1.1.0",
54 "semver": "^7.3.5",
55 "strip-ansi": "^6.0.0",
56 "ts-node": "^9.0.0",
57 "typescript": "^4.0.3"
58 },
59 "engines": {
60 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
61 },
62 "publishConfig": {
63 "access": "public"
64 },
65 "gitHead": "251b8014e8e3ac8da2fca88b5a1bc401f3b92326"
66}