{ "name": "ReanimatedExample", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "postinstall": "rm -rf node_modules/react-native-reanimated/{.git,node_modules,Example}" }, "dependencies": { "react": "16.2.0", "react-native": "0.55.3", "react-native-gesture-handler": "^1.0.0-alpha.43", "react-native-reanimated": "file:../", "react-navigation": "^1.5.11" }, "devDependencies": { "babel-jest": "22.4.3", "babel-preset-react-native": "4.0.0", "jest": "22.4.3", "react-test-renderer": "16.3.1" }, "jest": { "preset": "react-native" } }