mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
29 lines
815 B
JSON
29 lines
815 B
JSON
{
|
|
"name": "react-native-testing-library",
|
|
"version": "0.1.0",
|
|
"description": "Simple React Native testing utilities helping you write better tests with less effort",
|
|
"main": "src/index.js",
|
|
"repository": "git@github.com:callstack/react-native-testing-library.git",
|
|
"author": "Michał Pierzchała <thymikee@gmail.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@callstack/eslint-config": "^2.0.0",
|
|
"babel-jest": "^23.6.0",
|
|
"eslint": "^5.6.1",
|
|
"flow-bin": "^0.81.0",
|
|
"jest": "^23.6.0",
|
|
"pretty-format": "^23.6.0",
|
|
"react": "^16.5.2",
|
|
"react-test-renderer": "^16.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"pretty-format": ">=20.0.0",
|
|
"react": ">=16.0.0",
|
|
"react-test-renderer": ">= 16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"react-is": "^16.5.2"
|
|
}
|
|
}
|