{
  "rnpm": {
    "assets": [
      "./src/assets/fonts"
    ]
  },
  "scripts":{
    "mock": "json-server -w db.json -d 2000",
    "build-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleDebug && cd ..",
    "release-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleRelease && cd ..",
    "eslint:fix": "./node_modules/.bin/eslint --ignore-path .gitignore . --fix"
  }
}
