{
  "name": "react-native-sqlite-cli",
  "version": "0.0.3",
  "description": "CLI Project to Create A RN Project Enabled With SQLite",
  "main": "index.js",
  "bin": {
    "rnss": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "sqlite"
  ],
  "author": "Jason Ferguson <fergusonjason@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "commander": "^2.20.0",
    "global": "^4.3.2",
    "inquirer": "^6.3.1",
    "insert-line": "^1.1.0",
    "react-native": "^0.59.8",
    "react-native-cli": "^2.0.1",
    "shelljs": "^0.8.3"
  }
}
