mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Updating flow-parser to a more recent version which also supports parsing enums Changelog: [Internal] Reviewed By: yungsters Differential Revision: D38832380 fbshipit-source-id: e3ef477abf85939ce3c9d92844e28dc59d8231c1
28 lines
766 B
JSON
28 lines
766 B
JSON
{
|
|
"name": "@react-native/eslint-plugin-specs",
|
|
"version": "0.71.0",
|
|
"description": "ESLint rules to validate NativeModule and Component Specs",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/eslint-plugin-specs"
|
|
},
|
|
"scripts": {
|
|
"prepack": "node prepack.js",
|
|
"postpack": "node postpack.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.14.0",
|
|
"@babel/eslint-parser": "^7.18.2",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/preset-flow": "^7.17.12",
|
|
"flow-parser": "^0.185.0",
|
|
"make-dir": "^2.1.0",
|
|
"pirates": "^4.0.1",
|
|
"react-native-codegen": "*",
|
|
"source-map-support": "0.5.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|