Files
flipper/desktop/flipper-plugin-core/package.json
Pascal Hartig 18b6ce6f24 Dep bump
Summary: Combining a bunch of individual tasks for dep upgrades into one diff.

Reviewed By: ivanmisuno

Differential Revision: D42706074

fbshipit-source-id: 054b2545ad1295699f47f4c6eb5065b7b9a1d6a0
2023-01-25 04:35:09 -08:00

41 lines
1005 B
JSON

{
"name": "flipper-plugin-core",
"version": "0.0.0",
"description": "Flipper Desktop plugin SDK and components",
"repository": "facebook/flipper",
"main": "lib/index.js",
"flipperBundlerEntry": "src",
"types": "lib/index.d.ts",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"eventemitter3": "^4.0.7",
"flipper-common": "0.0.0",
"immer": "^9.0.18",
"js-base64": "^3.7.4",
"lodash": "^4.17.21",
"string-natural-compare": "^3.0.0"
},
"devDependencies": {
"@types/react": "17.0.39",
"@types/string-natural-compare": "^3.0.2",
"jest-mock-console": "^1.2.3"
},
"peerDependencies": {
"@testing-library/dom": "^7.26.3"
},
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
"build": "tsc -b",
"prepack": "yarn reset && yarn build"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/facebook/flipper",
"keywords": [
"Flipper"
],
"author": "Facebook, Inc"
}