UNPKG

336 BJSONView Raw
1{
2 "name": "jest-react-native",
3 "version": "18.0.0",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git"
7 },
8 "license": "BSD-3-Clause",
9 "main": "build/index.js",
10 "peerDependencies": {
11 "react-native": ">=0.38.0"
12 },
13 "scripts": {
14 "test": "../../packages/jest-cli/bin/jest.js"
15 }
16}