{ "name": "flipper-plugins", "private": true, "title": "Flipper Plugins", "bugs": { "email": "oncall+flipper@xmail.facebook.com", "url": "https://fb.workplace.com/groups/flippersupport/" }, "devDependencies": { "fs-extra": "^9.0.1", "p-map": "^4.0.0", "promisify-child-process": "^4.1.1" }, "peerDependencies": { "@ant-design/icons": "*", "@emotion/styled": "*", "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", "antd": "^4.24", "flipper": "*", "flipper-plugin": "*", "react": "*", "react-dom": "*" }, "scripts": { "postinstall": "cd .. && ./ts-node ./plugins/postinstall.tsx" } }