UNPKG

cavy

Version:

An integration test framework for React Native.

54 lines (53 loc) 1.17 kB
{ "name": "cavy", "version": "4.0.2", "description": "An integration test framework for React Native.", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/pixielabs/cavy.git" }, "keywords": [ "react", "react native", "ios", "android", "integration tests", "testing", "test", "specs" ], "peerDependencies": { "react-native": ">= 0.59.0 <= 0.66.0", "react": "^16.8.3 || ^17.0.0" }, "author": "Pixie Labs", "license": "MIT", "bugs": { "url": "https://github.com/pixielabs/cavy/issues" }, "homepage": "https://github.com/pixielabs/cavy#readme", "dependencies": { "hoist-non-react-statics": "^3.3.0", "prop-types": "^15.5.10" }, "devDependencies": { "@babel/runtime": "^7.4.3", "babel-jest": "^21.2.0", "babel-preset-env": "^1.6.1", "babel-preset-react-native": "^4.0.0", "jest": "^21.2.1", "react": "^16.8.3", "regenerator-runtime": "^0.11.0" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/sample-app/", "/test/CavyTester/" ] } }