Summary: Releasing version 0.47.0 Reviewed By: jknoxville Differential Revision: D22089288 fbshipit-source-id: 0107d1f17cce8c9adc2b9c26d48a6d80797749be
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "flipper-doctor",
|
|
"version": "0.47.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.0",
|
|
"@types/jest": "^25.1.5",
|
|
"@typescript-eslint/eslint-plugin": "^2.8.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-flowtype": "^4.7.0",
|
|
"eslint-plugin-header": "^3.0.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"jest": "^25.1.5",
|
|
"prettier": "^2.0.0",
|
|
"ts-jest": "^26.0.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"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": "^13.11.0",
|
|
"envinfo": "^7.4.0",
|
|
"fb-watchman": "^2.0.1"
|
|
}
|
|
}
|