Files
flipper/desktop/scripts/package.json
Lorenzo Blasa 8a11043f37 Release build integration
Summary: This is the immediate follow-up from the previous diff which aims to integrate the MacOS app into our release build script, meta only.

Reviewed By: antonk52, aigoncharov

Differential Revision: D50301369

fbshipit-source-id: 23a4842666c3a7aa9616c6237e16b71bae87ba36
2023-10-16 08:35:48 -07:00

55 lines
1.4 KiB
JSON

{
"name": "flipper-scripts",
"private": true,
"version": "0.0.0",
"description": "Utility scripts to manage Flipper",
"repository": "facebook/flipper",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"devDependencies": {
"@adobe/node-fetch-retry": "^2.2.0",
"@babel/code-frame": "^7.22.13",
"@types/adobe__node-fetch-retry": "^1.0.4",
"@types/babel__code-frame": "^7.0.3",
"@types/detect-port": "^1.3.3",
"@types/fs-extra": "^11.0.0",
"@types/node": "^17.0.31",
"ansi-to-html": "^0.7.2",
"app-builder-lib": "23.6.0",
"chalk": "^4",
"detect-port": "^1.1.1",
"dotenv": "^14.2.0",
"electron-builder": "23.0.3",
"express": "^4.17.3",
"fast-glob": "3.3.1",
"flipper-common": "0.0.0",
"flipper-pkg-lib": "0.0.0",
"flipper-plugin-lib": "0.0.0",
"fs-extra": "^11.0.0",
"glob": "^8.0.1",
"ignore": "^5.2.4",
"metro": "^0.70.2",
"metro-minify-terser": "^0.75.0",
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"pkg-fetch": "3.4.1",
"promisify-child-process": "^4.1.0",
"semver": "^7.5.4",
"simple-plist": "^1.3.1",
"socket.io": "^4.5.0",
"tar": "6.1.15",
"tmp": "^0.2.1",
"uuid": "^8.3.2",
"yargs": "^17.6.0"
},
"scripts": {},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/facebook/flipper",
"keywords": [
"Flipper"
],
"author": "Facebook, Inc"
}