This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

37 lines
777 B
JSON
Raw Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "jest-resolve-dependencies",
"version": "25.5.4",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-resolve-dependencies"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.5.0",
"jest-regex-util": "^25.2.6",
"jest-snapshot": "^25.5.1"
},
"devDependencies": {
"jest-haste-map": "^25.5.1",
"jest-resolve": "^25.5.1",
"jest-runtime": "^25.5.4"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db"
}