{
  "name": "react-native-sk",
  "version": "0.0.3",
  "description": "CLI tool for React Native projects",
  "main": "index.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/hossein92/react-native-starter-kit.git"
  },
  "bin": {
    "rn-cli": "./index.mjs"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.mjs",
    "restart": "npm unlink -g && npm link"
  },
  "type": "module",
  "keywords": [
    "react-native",
    "cli",
    "starter",
    "setup"
  ],
  "author": "Hossein Yousefi",
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^9.2.23"
  }
}
