71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
|
{
|
||
|
"name": "jest-config",
|
||
|
"version": "29.3.1",
|
||
|
"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",
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"types": "./build/index.d.ts",
|
||
|
"default": "./build/index.js"
|
||
|
},
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@types/node": "*",
|
||
|
"ts-node": ">=9.0.0"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"@types/node": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"ts-node": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/core": "^7.11.6",
|
||
|
"@jest/test-sequencer": "^29.3.1",
|
||
|
"@jest/types": "^29.3.1",
|
||
|
"babel-jest": "^29.3.1",
|
||
|
"chalk": "^4.0.0",
|
||
|
"ci-info": "^3.2.0",
|
||
|
"deepmerge": "^4.2.2",
|
||
|
"glob": "^7.1.3",
|
||
|
"graceful-fs": "^4.2.9",
|
||
|
"jest-circus": "^29.3.1",
|
||
|
"jest-environment-node": "^29.3.1",
|
||
|
"jest-get-type": "^29.2.0",
|
||
|
"jest-regex-util": "^29.2.0",
|
||
|
"jest-resolve": "^29.3.1",
|
||
|
"jest-runner": "^29.3.1",
|
||
|
"jest-util": "^29.3.1",
|
||
|
"jest-validate": "^29.3.1",
|
||
|
"micromatch": "^4.0.4",
|
||
|
"parse-json": "^5.2.0",
|
||
|
"pretty-format": "^29.3.1",
|
||
|
"slash": "^3.0.0",
|
||
|
"strip-json-comments": "^3.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/glob": "^7.1.1",
|
||
|
"@types/graceful-fs": "^4.1.3",
|
||
|
"@types/micromatch": "^4.0.1",
|
||
|
"semver": "^7.3.5",
|
||
|
"ts-node": "^10.5.0",
|
||
|
"typescript": "^4.8.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
|
||
|
}
|