UNPKG

expo-community-flipper

Version:
49 lines (48 loc) 1.29 kB
{ "name": "expo-community-flipper", "version": "48.0.1", "description": "Flipper Support for Expo Apps < SDK 48", "main": "build/withFlipper.js", "types": "build/withFlipper.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "tslint --project ./tsconfig.json", "test": "expo-module test", "release:before:init": "expo-module test; expo-module prepare; expo-module prepublishOnly", "expo-module": "expo-module" }, "repository": { "type": "git", "url": "git+https://github.com/jakobo/expo-community-flipper.git" }, "keywords": [ "flipper", "expo", "eas", "react-native", "config-plugin" ], "author": "Jakob Heuser <jakob@codedrift.com>", "license": "MIT", "bugs": { "url": "https://github.com/jakobo/expo-community-flipper/issues" }, "homepage": "https://github.com/jakobo/expo-community-flipper#readme", "devDependencies": { "@types/semver": "^7.3.11", "expo": ">47.0.0-beta", "expo-module-scripts": "^2.1.1", "jest": "^29.2.2", "tslint": "^6.1.3", "typescript": "^4.8.4" }, "dependencies": { "semver": "^7.3.8", "ts-dedent": "^2.2.0" }, "peerDependencies": { "expo": ">=47.0.0-beta.0 <48" } }