rn-mmkv-storage-flipper
Version:
Flipper plugin to see MMKV Storage actions
37 lines (36 loc) • 991 B
JSON
{
"name": "rn-mmkv-storage-flipper",
"version": "1.1.1",
"description": "Flipper plugin to see MMKV Storage actions",
"main": "./dist/index.js",
"scripts": {
"build": "tsc && esbuild dist/index.js --minify --outfile=dist/index.js --allow-overwrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnthach95/rn-mmkv-storage-flipper.git"
},
"keywords": [
"flipper",
"mmkv",
"react-native"
],
"author": "Pham Ngoc Thach",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnthach95/rn-mmkv-storage-flipper/issues"
},
"homepage": "https://github.com/pnthach95/rn-mmkv-storage-flipper#readme",
"peerDependencies": {
"react-native-flipper": "latest",
"react-native-mmkv-storage": "latest"
},
"devDependencies": {
"esbuild": "^0.17.5",
"eslint": "7.32.0",
"prettier": "^2.7.1",
"react-native-flipper": "latest",
"react-native-mmkv-storage": "latest",
"typescript": "^4.7.4"
}
}