flipper-plugin-react-native-mmkv-storage
Version:
Developer tools for React Native MMKV Storage
71 lines (70 loc) • 1.96 kB
JSON
{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-native-mmkv-storage",
"description": "Developer tools for React Native MMKV Storage",
"author": {
"email": "thachxyz123@gmail.com",
"name": "Pham Ngoc Thach"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnthach95/flipper-plugin-react-native-mmkv-storage.git"
},
"id": "react-native-mmkv-storage",
"version": "1.3.1",
"pluginType": "client",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin",
"mmkv",
"react-native-mmkv-storage"
],
"icon": "briefcase",
"title": "RN MMKV Storage",
"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": "latest",
"antd": "latest",
"flipper-plugin": "^0.164.0",
"react": "<18",
"react-dom": "latest"
},
"devDependencies": {
"@babel/preset-react": "latest",
"@babel/preset-typescript": "latest",
"@emotion/styled": "latest",
"@testing-library/react": "latest",
"@types/jest": "latest",
"@types/react": "<18",
"@types/react-dom": "<18",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"antd": "latest",
"eslint": "7.32.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"flipper-pkg": "latest",
"flipper-plugin": "^0.164.0",
"jest": "latest",
"jest-mock-console": "latest",
"prettier": "^2.7.1",
"react": "<18",
"react-dom": "latest",
"typescript": "latest"
},
"jest": {
"testEnvironment": "jsdom",
"setupFiles": [
"<rootDir>/jest-setup.ts"
]
}
}