Files
flipper/desktop/plugin-lib/package.json
Pascal Hartig 92bed19131 Bump fs-extra
Summary: Nothing crazy in the changelog.

Reviewed By: mweststrate

Differential Revision: D28228756

fbshipit-source-id: 0f71badee0312dcb479ab1f20b25fc0e45e18c10
2021-05-06 05:53:48 -07:00

54 lines
1.4 KiB
JSON

{
"name": "flipper-plugin-lib",
"version": "0.0.0",
"description": "Library containing common Flipper plugin installation utilities",
"repository": "facebook/flipper",
"main": "lib/index.js",
"flipperBundlerEntry": "src",
"types": "lib/index.d.ts",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"@algolia/client-search": "^4.9.1",
"algoliasearch": "^4.9.0",
"decompress": "^4.2.1",
"decompress-targz": "^4.1.1",
"decompress-unzip": "^4.0.1",
"expand-tilde": "^2.0.2",
"fs-extra": "^10.0.0",
"live-plugin-manager": "^0.15.1",
"npm-api": "^1.0.1",
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"recursive-readdir": "^2.2.2",
"semver": "^7.3.5",
"tmp": "^0.2.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"flipper-test-utils": "0.0.0",
"globby": "^11.0.3",
"jest": "^26.6.3",
"mock-fs": "^4.14.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"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"
}