{
  "name": "react-native-template-ll",
  "version": "0.0.5",
  "description": "自己用",
  "main": "index.js",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "author": "td",
  "license": "ISC",
  "jest": {
    "preset": "react-native"
  }
}