{
  "name": "create-rootstrap-rn-app",
  "version": "1.3.1",
  "description": "Rootstrap expo starter cli",
  "homepage": "https://github.com/rootstrap/react-native-template",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rootstrap/react-native-template.git"
  },
  "main": "index.js",
  "bin": {
    "create-rootstrap-rn-app": "index.js"
  },
  "files": [
    "index.js",
    "utils.js",
    "project-files-manager.js",
    "clone-repo.js",
    "setup-project.js"
  ],
  "dependencies": {
    "consola": "^3.2.3",
    "fs-extra": "^10.1.0"
  },
  "keywords": [
    "react-native",
    "expo",
    "template",
    "react-native-starter",
    "expo-starter",
    "react-native-boilerplate",
    "expo-boilerplate",
    "cli",
    "obytes",
    "rootstrap"
  ],
  "devDependencies": {
    "cross-env": "^7.0.3"
  },
  "scripts": {
    "start": "node ."
  }
}