{
  "name": "@td-design/react-native-picker",
  "version": "4.1.1",
  "description": "基于 @td-design/react-native 的 picker 组件",
  "main": "lib/module/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "keywords": [
    "restyle",
    "react-native-library"
  ],
  "author": "thundersdata-frontend",
  "license": "Apache-2.0",
  "dependencies": {
    "array-tree-filter": "^2.1.0",
    "dayjs": "^1.11.9",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@shopify/restyle": "2.4.2",
    "@td-design/react-native": "^5.9.8",
    "@td-design/rn-hooks": "^2.8.1",
    "@types/lodash-es": "^4.17.8",
    "@types/react": "^18.2.15",
    "@types/react-native": "^0.72.2",
    "react-native-builder-bob": "^0.21.3",
    "react-native-gesture-handler": "^2.12.0",
    "react-native-reanimated": "^3.3.0",
    "typescript": "^5.1.6"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "scripts": {
    "build": "bob build",
    "tsc": "tsc -p ./tsconfig.json"
  }
}