Files
flipper/desktop/pkg-lib/package.json
Pascal Hartig 7c1251075f Dep bump for /desktop
Summary:
Combining a bunch of dependabot PRs.

N.B. I had to manually clean up the `yarn.lock` a few times because some dependencies resolved to multiple version numbers, catching tsc off-guard.
allow-large-files

Reviewed By: nikoant

Differential Revision: D34579180

fbshipit-source-id: a4848e1010ff240d9b0e721d3878585e7b4bd078
2022-03-03 04:11:52 -08:00

42 lines
1.0 KiB
JSON

{
"name": "flipper-pkg-lib",
"version": "0.0.0",
"description": "Library for building and publishing Flipper plugins",
"repository": "facebook/flipper",
"main": "lib/index.js",
"flipperBundlerEntry": "src",
"types": "lib/index.d.ts",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"flipper-babel-transformer": "0.0.0",
"flipper-plugin-lib": "0.0.0",
"fs-extra": "^10.0.1",
"metro": "^0.66.2",
"metro-cache": "^0.67.0",
"metro-minify-terser": "^0.66.2",
"npm-packlist": "^3.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/mock-fs": "^4.13.1",
"@types/node": "^15.12.5",
"@types/npm-packlist": "^1.1.2",
"flipper-test-utils": "0.0.0",
"mock-fs": "^5.1.2"
},
"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"
}