mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "react-native-testing-library",
|
|
"version": "0.2.1",
|
|
"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": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/runtime": "^7.1.2",
|
|
"@callstack/eslint-config": "^2.0.0",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "^23.6.0",
|
|
"eslint": "^5.6.1",
|
|
"flow-bin": "^0.82.0",
|
|
"jest": "^23.6.0",
|
|
"metro-react-native-babel-preset": "^0.48.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"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"flow-check": "flow check",
|
|
"lint": "eslint src --cache"
|
|
}
|
|
}
|