mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
94009f30e0
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46802 Bump hermes-parser and related packages to [0.24.0](https://github.com/facebook/hermes/blob/main/tools/hermes-parser/js/CHANGELOG.md). Changelog: [internal] Reviewed By: javache Differential Revision: D63797332 fbshipit-source-id: 98179d3cd777ff6824dfd10ceb7236a02dc6c9d6
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/eslint-plugin-specs",
|
|
"version": "0.77.0-main",
|
|
"description": "ESLint rules to validate NativeModule and Component Specs",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/eslint-plugin-specs"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-specs#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"rules",
|
|
"react-native",
|
|
"native-modules",
|
|
"components",
|
|
"specs"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepack": "node prepack.js",
|
|
"postpack": "node postpack.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
"@react-native/codegen": "0.77.0-main",
|
|
"make-dir": "^2.1.0",
|
|
"pirates": "^4.0.1",
|
|
"source-map-support": "0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-syntax-hermes-parser": "0.24.0",
|
|
"hermes-eslint": "0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|