Files
flipper/desktop/pkg-lib/package.json
Pascal Hartig fa8827c103 Bump deps (#2736)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/2736

This should fix a bunch of open dependabot issues on GitHub.

Reviewed By: fabiomassimo

Differential Revision: D30539761

fbshipit-source-id: b355d41336b3b1d85b50fb0736fc1b33b12e83d0
2021-08-25 09:02:17 -07:00

48 lines
1.2 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.0",
"metro": "^0.66.2",
"metro-cache": "^0.66.2",
"metro-minify-terser": "^0.66.2",
"npm-packlist": "^2.2.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/node": "^15.12.5",
"flipper-test-utils": "0.0.0",
"globby": "^12.0.2",
"jest": "^26.6.3",
"mock-fs": "^5.0.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typescript": "^4.3.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"
}