/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
latest
packages/eslint-plugin-specs/package.json
41 строка
1 KB
React Native Bot
Release 0.87.0
11 авг 2026, 16:31
11 авг 2026, 16:31
4bc2473
Код
Авторство
О чём код?
{ "name": "@react-native/eslint-plugin-specs", "version": "0.87.0", "description": "ESLint rules to validate NativeModule and Component Specs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/eslint-plugin-specs" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-specs#readme", "keywords": [ "eslint", "rules", "react-native", "native-modules", "components", "specs" ], "bugs": "https://github.com/react/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.87.0", "make-dir": "^2.1.0", "pirates": "^4.0.1", "babel-plugin-syntax-hermes-parser": "0.36.1", "source-map-support": "0.5.0" }, "devDependencies": { "hermes-eslint": "0.36.1" }, "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" } }