You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.1 KiB

{
"name": "jest-expo",
"version": "48.0.2",
"description": "A Jest preset to painlessly test your Expo / React Native apps.",
"license": "MIT",
"main": "src",
"repository": {
"type": "git",
"url": "git://github.com/expo/expo.git",
"directory": "packages/jest-expo"
},
"files": [
"android",
"bin",
"config",
"ios",
"node",
"src",
"universal",
"web",
"jest-preset.js"
],
"bin": {
"jest": "bin/jest.js"
},
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"jest": {
"preset": "jest-expo/universal"
},
"dependencies": {
"@expo/config": "~8.0.0",
"@jest/create-cache-key-function": "^29.2.1",
"babel-jest": "^29.2.1",
"find-up": "^5.0.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "2.2.1",
"jest-environment-jsdom": "^29.2.1",
"json5": "^2.1.0",
"lodash": "^4.17.19",
"react-test-renderer": "18.2.0"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/jest-expo",
"gitHead": "da905d1c00e6bbf52c37625134758026d7054f3f"
}