44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "jest-config",
|
|
"version": "24.9.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": "^24.9.0",
|
|
"@jest/types": "^24.9.0",
|
|
"babel-jest": "^24.9.0",
|
|
"chalk": "^2.0.1",
|
|
"glob": "^7.1.1",
|
|
"jest-environment-jsdom": "^24.9.0",
|
|
"jest-environment-node": "^24.9.0",
|
|
"jest-get-type": "^24.9.0",
|
|
"jest-jasmine2": "^24.9.0",
|
|
"jest-regex-util": "^24.3.0",
|
|
"jest-resolve": "^24.9.0",
|
|
"jest-util": "^24.9.0",
|
|
"jest-validate": "^24.9.0",
|
|
"micromatch": "^3.1.10",
|
|
"pretty-format": "^24.9.0",
|
|
"realpath-native": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.0.4",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/micromatch": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
|
}
|