mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 11:14:49 +00:00
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"name": "react-packager",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"jest": {
|
|
"unmockedModulePathPatterns": [
|
|
"source-map"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"JSAppServer/node_modules"
|
|
]
|
|
}
|
|
}
|