@moxy/jest-config-react-native
Version:
MOXY's Jest configuration enhancer for React Native apps
38 lines (37 loc) • 852 B
JSON
{
"name": "@moxy/jest-config-react-native",
"description": "MOXY's Jest configuration enhancer for React Native apps",
"version": "6.1.0",
"files": [
"lib",
"!**/*.test.js",
"!**/__snapshots__"
],
"keywords": [
"jest-config",
"jestconfig",
"jest",
"test",
"preset",
"react-native"
],
"author": "João Silva <joao.silva@moxy.studio>",
"homepage": "https://github.com/moxystudio/jest-config",
"repository": {
"type": "git",
"url": "git@github.com:moxystudio/jest-config.git"
},
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"@moxy/jest-config-base": "^6.1.0"
},
"peerDependencies": {
"jest": ">= 24.9.0 <= 26",
"react-native": "^0.61.5"
},
"publishConfig": {
"access": "public"
},
"gitHead": "093a56f77ef37e765ea1251a7f0c4d3a04603779"
}