Summary: Releasing version 0.63.0 Reviewed By: nikoant Differential Revision: D24423408 fbshipit-source-id: 0bc12c49d8bf77d8dbf9688adb07dc176b210548
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "flipper-plugin-lib",
|
|
"version": "0.63.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.4.0",
|
|
"algoliasearch": "^4.4.0",
|
|
"decompress": "^4.2.1",
|
|
"decompress-targz": "^4.1.1",
|
|
"decompress-unzip": "^4.0.1",
|
|
"expand-tilde": "^2.0.2",
|
|
"fs-extra": "^9.0.1",
|
|
"live-plugin-manager": "^0.15.1",
|
|
"npm-api": "^1.0.0",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"recursive-readdir": "^2.2.2",
|
|
"semver": "^7.3.2",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/jest": "^26",
|
|
"@types/node": "^14.11.5",
|
|
"flipper-test-utils": "0.63.0",
|
|
"globby": "^11",
|
|
"jest": "^26",
|
|
"mock-fs": "^4.12.0",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^26.0.0",
|
|
"ts-node": "^8",
|
|
"typescript": "^4.0.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"
|
|
}
|