{
  "name": "@carlos3g/element-dropdown",
  "version": "2.18.1",
  "description": "A maintained React Native dropdown and multi-select. Drop-in fork of react-native-element-dropdown, actively shipping upstream bug fixes with signed releases via npm Trusted Publishing.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepack": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example install && yarn install",
    "reassure": "reassure --testMatch \"**/__perf__/**/*.perf-test.(ts|tsx)\""
  },
  "packageManager": "yarn@4.14.1",
  "keywords": [
    "react-native",
    "elements",
    "components",
    "material",
    "dropdown",
    "lazy loading",
    "load more",
    "menu",
    "multiselect",
    "picker",
    "select",
    "select country"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carlos3g/element-dropdown.git"
  },
  "author": "Carlos Mesquita <carlosmesquita156@gmail.com> (https://github.com/carlos3g)",
  "contributors": [
    "Hoa Phan <hoaphantn7604@gmail.com> (https://github.com/hoaphantn7604)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/carlos3g/element-dropdown/issues"
  },
  "homepage": "https://github.com/carlos3g/element-dropdown#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "lodash": "^4"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^20",
    "@eslint/compat": "^2.0.5",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@react-native/eslint-config": "^0.85.1",
    "@release-it/conventional-changelog": "^10",
    "@testing-library/jest-native": "^5",
    "@testing-library/react-native": "^13",
    "@types/jest": "^30",
    "@types/lodash": "^4",
    "@types/react": "~18.3.0",
    "@types/react-test-renderer": "~18.3.0",
    "commitlint": "^20",
    "del-cli": "^7",
    "eslint": "^9.x",
    "eslint-config-prettier": "^10",
    "eslint-plugin-ft-flow": "^3",
    "eslint-plugin-prettier": "^5",
    "jest": "^30",
    "lefthook": "^2",
    "pod-install": "^1",
    "prettier": "^3",
    "react": "^18.3.1",
    "react-native": "^0.76.9",
    "react-native-builder-bob": "^0.32.0",
    "react-test-renderer": "^18.3.1",
    "reassure": "^1.4.1",
    "release-it": "^20",
    "typescript": "~6.0.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "<rootDir>/jest.setup.js"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ],
    "testMatch": [
      "**/__tests__/**/*.test.(ts|tsx)"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
