{
  "name": "@umang-thakkar/base-template",
  "version": "1.1.1",
  "description": "The template for react native to setup redux and other neccesary boilerplate codes",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest"
  },
  "type": "commonjs",
  "files": [
    "template/*",
    "template.config.js"
  ],
  "dependencies": {},
  "devDependencies": {
    "jest": "^29.7.0",
    "semver": "^7.6.3"
  },
  "homepage": "https://github.com/Umang2809/react-native-template",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Umang2809/react-native-template.git"
  },
  "keywords": [
    "react-native",
    "react-native-template",
    "react-native-boilerplate",
    "redux-toolkit",
    "react-navigation",
    "react-query",
    "typescript",
    "mobile-app",
    "dark-mode",
    "light-theme",
    "rn-template"
  ]
}
