{ "name": "jest-config", "version": "25.1.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", "directory": "packages/jest-config" }, "license": "MIT", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", "@jest/test-sequencer": "^25.1.0", "@jest/types": "^25.1.0", "babel-jest": "^25.1.0", "chalk": "^3.0.0", "glob": "^7.1.1", "jest-environment-jsdom": "^25.1.0", "jest-environment-node": "^25.1.0", "jest-get-type": "^25.1.0", "jest-jasmine2": "^25.1.0", "jest-regex-util": "^25.1.0", "jest-resolve": "^25.1.0", "jest-util": "^25.1.0", "jest-validate": "^25.1.0", "micromatch": "^4.0.2", "pretty-format": "^25.1.0", "realpath-native": "^1.1.0" }, "devDependencies": { "@types/babel__core": "^7.0.4", "@types/glob": "^7.1.1", "@types/micromatch": "^4.0.0" }, "engines": { "node": ">= 8.3" }, "publishConfig": { "access": "public" }, "gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638" }