{
  "name": "@coawazie/react-native-ev-models-picker",
  "version": "2.0.0",
  "description": "A package to select EV makes, models, years, and trims from a large collection of options",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "react-native": "index.ts",
  "source": "index.ts",
  "files": [
    "dist",
    "src",
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "tsc",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chinomnsoawazie/react-native-ev-models-picker.git"
  },
  "keywords": [
    "evs",
    "ev",
    "ev-makes",
    "ev-models",
    "electric-vehicle",
    "ev-cars",
    "electric-vehicles",
    "vehicles",
    "typescript",
    "react-native"
  ],
  "author": "Chinomnso Awazie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chinomnsoawazie/react-native-ev-models-picker/issues"
  },
  "homepage": "https://github.com/chinomnsoawazie/react-native-ev-models-picker#readme",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": ">=0.64.0",
    "react-native-dropdown-picker": ">=5.0.0",
    "react-native-safe-area-context": ">=4.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^13.0.0",
    "@tsconfig/react-native": "^3.0.9",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.2.9",
    "jest": "^30.2.0",
    "react-native": "^0.83.1",
    "react-test-renderer": "^19.0.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  }
}
