{
  "$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
  "name": "flipper-plugin-shopify-react-native-performance",
  "id": "shopify-react-native-performance",
  "description": "Flipper desktop plugin with tools for measuring lists performance, TTI, and more.",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.0.0",
  "pluginType": "client",
  "main": "dist/bundle.js",
  "flipperBundlerEntry": "src/index.tsx",
  "license": "MIT",
  "keywords": [
    "flipper-plugin",
    "performance"
  ],
  "icon": "apps",
  "title": "React Native Performance",
  "scripts": {
    "lint": "flipper-pkg lint",
    "prepack": "flipper-pkg lint && flipper-pkg bundle",
    "build": "flipper-pkg bundle",
    "watch": "flipper-pkg bundle --watch",
    "test": "jest --no-watchman"
  },
  "peerDependencies": {
    "@emotion/styled": "*",
    "antd": "*",
    "flipper-plugin": "*",
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@emotion/styled": "^11.8.1",
    "@testing-library/react": "^12.1.3",
    "@types/jest": "^27.4.1",
    "@types/react": "^17.0.39",
    "@types/react-dom": "^18.0.0",
    "antd": "^4.18.8",
    "flipper-pkg": "^0.147.1",
    "flipper-plugin": "^0.147.1",
    "jest": "^27.5.1",
    "jest-mock-console": "^1.2.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.5.5"
  },
  "jest": {
    "testEnvironment": "jsdom"
  },
  "dependencies": {
    "recharts": "^2.1.8"
  },
  "gitHead": "31777e1648b20334eefc4e8122562f82f74f2d6b"
}
