{
  "name": "react-native-24",
  "version": "0.6.2",
  "description": "A clean, modern React Native component library",
  "main": "lib/index.js",
  "types": "lib",
  "scripts": {
    "build": "tsc -p . --skipLibCheck",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/24dev/react-native-24.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/24dev/react-native-24/issues"
  },
  "homepage": "https://github.com/24dev/react-native-24#readme",
  "peerDependencies": {
    "react": ">=16.0.0"
  },
  "devDependencies": {
    "@types/react": "^16.9.50",
    "@types/react-native": "^0.63.23",
    "react": "^16.13.1",
    "react-native": "^0.63.3",
    "typescript": "^3.6.2"
  },
  "dependencies": {
    "@types/react-native-vector-icons": "^6.4.5",
    "react-native-fast-image": "^8.3.2",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-picker-select": "^8.0.0",
    "react-native-vector-icons": "^7.0.0"
  }
}
