create-rnrad-app
Version:
39 lines (38 loc) • 788 B
JSON
{
"name": "create-rnrad-app",
"version": "1.0.8",
"description": "Rad expo starter cli",
"homepage": "https://github.com/radouanedev/new-react-native-starter/tree/expo-router",
"repository": {
"type": "git",
"url": "git+https://github.com/radouanedev/new-react-native-starter.git"
},
"main": "index.js",
"scripts": {
"start": "node ."
},
"bin": {
"create-obytes-app": "index.js"
},
"files": [
"index.js",
"utils.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"
]
}