package.json 355 B

123456789101112
  1. {
  2. "name": "@react-native-community/eslint-plugin",
  3. "version": "1.3.0",
  4. "description": "ESLint rules for @react-native-community/eslint-config",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git@github.com:facebook/react-native.git",
  9. "directory": "packages/eslint-plugin-react-native-community"
  10. },
  11. "license": "MIT"
  12. }