basil-ws-flipper
Version:
Websocket Flipper Plugin
34 lines (33 loc) • 759 B
JSON
{
"name": "basil-ws-flipper",
"version": "1.0.0",
"main": "./dist/index.js",
"license": "MIT",
"author": {
"name": "Matthew Mangion",
"email": "mmangion@gmail.com"
},
"homepage": "https://github.com/Matju-M/basil-ws-flipper/blob/master/README.md",
"bugs": {
"email": "mmangion@gmail.com",
"url": "https://github.com/Matju-M/basil-ws-flipper/issues"
},
"keywords": [
"flipper-plugin",
"react-native",
"websocket"
],
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@heap/react-native-heap": "^0.20.0",
"@types/lodash": "^4.14.182",
"typescript": "^4.6.4",
"react-native-flipper": "^0.172.0"
},
"dependencies": {
"@babel/runtime": "^7.18.0",
"lodash": "^4.17.21"
}
}