Files
flipper/desktop/flipper-plugin/package.json
generatedunixname89002005306973 ad8e8fbb24 Flipper Release: v0.66.0
Summary: Releasing version 0.66.0

Reviewed By: nikoant

Differential Revision: D25052024

fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
2020-11-18 03:13:31 -08:00

40 lines
961 B
JSON

{
"name": "flipper-plugin",
"version": "0.66.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": {
"react-element-to-jsx-string": "^14.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.3",
"typescript": "^4.0.3"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
"@testing-library/dom": "^7.26.3",
"@testing-library/react": "^11.1.0",
"antd": "^4.8.0",
"emotion": "^10.0.27",
"immer": "^7.0.5"
},
"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"
}