Summary: allow-large-files Got a ton of open bumps in GitHub. Want to address a bunch of them in one swoop. Reviewed By: jknoxville, nikoant Differential Revision: D29933570 fbshipit-source-id: d5dc18fab22e8c5b300ab318e60dd1514aecfd52
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "flipper-doctor",
|
|
"version": "0.0.0",
|
|
"description": "Utility for checking for issues with a flipper installation",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/fb-watchman": "2.0.1",
|
|
"@types/jest": "^26.0.24",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.5",
|
|
"eslint": "^7.31.0",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"jest": "^26.6.3",
|
|
"prettier": "^2.3.2",
|
|
"ts-jest": "^26.5.6",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build",
|
|
"run": "yarn run build && node lib/cli.js"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"keywords": [
|
|
"Flipper",
|
|
"Doctor"
|
|
],
|
|
"author": "Facebook, Inc",
|
|
"dependencies": {
|
|
"@types/node": "^16.4.3",
|
|
"envinfo": "^7.8.1",
|
|
"fb-watchman": "^2.0.1"
|
|
}
|
|
}
|