{
  "$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
  "name": "realm-flipper-plugin",
  "id": "realm",
  "version": "1.1.1",
  "pluginType": "client",
  "description": "A Flipper Plugin to debug Realm applications.",
  "main": "dist/bundle.js",
  "flipperBundlerEntry": "src/index.tsx",
  "license": "Apache-2.0",
  "keywords": [
    "flipper-plugin",
    "database",
    "db",
    "react",
    "react-native",
    "persistence",
    "localstorage",
    "sqlite",
    "asyncstorage",
    "rocksdb",
    "leveldb",
    "realm"
  ],
  "icon": "apps",
  "title": "Realm",
  "scripts": {
    "prepack": "flipper-pkg bundle",
    "build": "flipper-pkg bundle",
    "watch": "flipper-pkg bundle --watch",
    "test": "jest --no-watchman",
    "fix": "eslint --fix src/*",
    "lint": "eslint",
    "architecture": "depcruise --exclude \"src/components/objectManipulation/\" --include-only \"^src\" --output-type dot src | dot -T svg > dependencygraph.svg"
  },
  "author": {
    "name": "Realm",
    "email": "help@realm.io",
    "url": "https://realm.io"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/realm/realm-flipper-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/realm/realm-flipper-plugin/issues"
  },
  "homepage": "https://github.com/realm/realm-flipper-plugin#readme",
  "peerDependencies": {
    "@emotion/styled": "latest",
    "antd": "4.11.2",
    "flipper-plugin": "^0.153.0",
    "react": "latest",
    "react-dom": "latest"
  },
  "devDependencies": {
    "@babel/preset-react": "latest",
    "@babel/preset-typescript": "latest",
    "@emotion/styled": "latest",
    "@testing-library/react": "latest",
    "@types/jest": "^28.1.5",
    "@types/mermaid": "^8.2.9",
    "@types/react": "latest",
    "@types/react-dom": "latest",
    "@types/react-infinite-scroller": "^1.2.3",
    "@typescript-eslint/eslint-plugin": "^5.32.0",
    "@typescript-eslint/parser": "^5.32.0",
    "antd": "^4.11.2",
    "css-loader": "^6.7.1",
    "dependency-cruiser": "^11.14.2",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.30.1",
    "flipper-pkg": "latest",
    "flipper-plugin": "latest",
    "jest": "latest",
    "jest-mock-console": "latest",
    "prettier": "^2.7.1",
    "react": "latest",
    "react-dom": "latest",
    "realm": "^11.3.1",
    "ts-jest": "^28.0.6",
    "typescript": "^4.4.4"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "transformIgnorePatterns": [
      "node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
    ],
    "setupFiles": [
      "<rootDir>/jest-setup.ts"
    ]
  },
  "dependencies": {
    "@ant-design/icons": "^4.2.2",
    "bson": "^4.6.5",
    "dot": "^1.1.3",
    "electron": "^20.0.3",
    "flatted": "^3.2.7",
    "jest-environment-jsdom": "^28.1.3",
    "js-file-download": "^0.4.12",
    "mermaid": "^9.1.4",
    "moment": "^2.29.4",
    "react-infinite-scroller": "^1.2.6"
  }
}
