UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

44 lines (43 loc) 1 kB
{ "name": "create-nova-expo-template", "version": "1.1.21", "description": "A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.", "main": "index.js", "author": "mahmoud salah <mahmoud.s.m619@gmail.com>", "keywords": [ "react", "react-native", "expo", "expo52", "template", "expo template", "expo-template", "nova", "novabyte", "bit68", "typescript", "sdk52" ], "bin": { "create-nova-expo-template": "bin/cli.js" }, "files": [ "bin", "template" ], "repository": { "type": "git", "url": "git+https://github.com/MahmoudSalah619/nova-expo-template" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "ejs": "^3.1.10", "fs-extra": "^11.3.0", "inquirer": "^12.5.0" } }