UNPKG

rn-quickstart

Version:

🚀 The ultimate React Native starter CLI — Bootstrap Expo & React Native CLI projects with navigation, Redux, Axios, ESLint, and more in seconds.

41 lines (40 loc) • 1.05 kB
{ "name": "rn-quickstart", "version": "1.0.5", "description": "🚀 The ultimate React Native starter CLI — Bootstrap Expo & React Native CLI projects with navigation, Redux, Axios, ESLint, and more in seconds.", "main": "index.js", "type": "module", "files": ["index.js", "templates"], "bin": { "rn-quickstart": "./bin/index.js" }, "keywords": [ "react-native", "expo", "cli", "starter", "quickstart", "boilerplate", "rn-starter", "rn-cli", "react-native-template", "mobile-development" ], "author": "Your Name <your.email@example.com> (https://github.com/haseebnk)", "homepage": "https://github.com/haseebnk/rn-quickstart", "repository": { "type": "git", "url": "git+https://github.com/haseebnk/rn-quickstart.git" }, "bugs": { "url": "https://github.com/haseebnk/rn-quickstart/issues" }, "license": "MIT", "dependencies": { "chalk": "^5.3.0", "execa": "^8.0.1", "fs-extra": "^11.2.0", "inquirer": "^9.2.10", "ora": "^8.0.1" } }