Files
flipper/desktop/eslint-plugin-flipper/package.json
Pascal Hartig b3fa8dd6c1 Dep bump
Summary:
Took a few iterations to make offline mirror happy, but everything is green now.

allow-large-files

Reviewed By: nikoant

Differential Revision: D31690614

fbshipit-source-id: 38d0d6cb5e3f63b3707d917a1ed6fc6144762731
2021-10-19 09:21:36 -07:00

42 lines
1017 B
JSON

{
"name": "eslint-plugin-flipper",
"version": "0.0.0",
"private": true,
"description": "Custom ESLint rules for Flipper",
"repository": "facebook/flipper",
"main": "lib/index.js",
"flipperBundlerEntry": "src",
"types": "lib/index.d.ts",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.33.0",
"fs-extra": "^10.0.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
"@typescript-eslint/parser": "^4.30.0",
"flipper-test-utils": "0.0.0",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^9.1.1",
"typescript": "^4.4.4"
},
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
"build": "tsc -b",
"prepack": "yarn reset && yarn build"
},
"files": [
"lib/**/*",
"src/**/*"
],
"homepage": "https://github.com/facebook/flipper",
"keywords": [
"Flipper"
],
"author": "Facebook, Inc"
}