{
  "name": "rnal",
  "version": "0.2.1",
  "description": "Small animation library for  react-native'",
  "main": "index.js",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "dependencies": {
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.10.0",
    "jest-enzyme": "^7.0.2",
    "react": "16.6.3",
    "react-dom": "^16.8.4",
    "react-native": "0.58.4",
    "styled-components": "^4.1.3"
  },
  "devDependencies": {
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "24.1.0",
    "jest": "24.1.0",
    "metro-react-native-babel-preset": "0.51.1",
    "react": "16.6.3",
    "react-test-renderer": "16.6.3"
  },
  "keywords": [
    "android",
    "ios",
    "react native",
    "component library",
    "animation",
    "react-native animation"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Said Hayani",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hayanisaid/react-native-animation-library.git"
  },
  "bugs": {
    "url": "https://github.com/hayanisaid/react-native-animation-library/issues"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/Tests/**/*.js",
      "**/?(*.)(spec|test).js?(x)"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>__tests__/Tests-setup.js"
    ],
    "globals": {
      "baseURL": "blah"
    },
    "verbose": true,
    "moduleDirectories": [
      "node_modules",
      "App"
    ],
    "unmockedModulePathPatterns": [
      "node_modules/react/",
      "node_modules/enzyme/"
    ],
    "preset": "react-native",
    "moduleNameMapper": {
      "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy",
      "^image![a-zA-Z0-9$_-]+$": "GlobalImageStub",
      "^[@./a-zA-Z0-9$_-]+\\.(png|gif)$": "RelativeImageStub"
    },
    "transform": {
      "^.+\\.(js)$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
    },
    "setupFiles": [
      "<rootDir>/_tests_/Tests-Setup.js"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!(jest-)?react-native|react-navigation|react-navigation-redux-helpers)",
      "node_modules/(?!(jest-)?react-native|react-navigation|native)"
    ]
  }
}
