zura-stack-native
Version:
A comprehensive React Native CLI project generator with production-ready setup
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "zura-stack-native",
"version": "1.0.1",
"description": "A comprehensive React Native CLI project generator with production-ready setup",
"main": "bin/cli.js",
"bin": {
"zura-stack-native": "./bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js",
"test": "jest",
"lint": "eslint .",
"build": "echo 'No build step required for Node.js CLI'"
},
"keywords": [
"react-native",
"cli",
"generator",
"typescript",
"gluestack",
"nativewind",
"zustand",
"react-query"
],
"author": "ZuraStackNative Team, Spotmies LLP",
"license": "MIT",
"dependencies": {
"commander": "^11.1.0",
"inquirer": "^8.2.6",
"chalk": "^4.1.2",
"ora": "^6.3.0",
"fs-extra": "^11.2.0",
"download-git-repo": "^3.0.2",
"simple-git": "^3.22.0",
"cross-spawn": "^7.0.3",
"which": "^3.0.1",
"semver": "^7.5.4",
"validate-npm-package-name": "^4.0.0",
"glob": "^10.3.10",
"ejs": "^3.1.9",
"yaml": "^2.3.4",
"dotenv": "^16.3.1"
},
"devDependencies": {
"jest": "^29.7.0",
"eslint": "^8.57.0",
"@types/node": "^20.10.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/zura-stack-native.git"
},
"bugs": {
"url": "https://github.com/your-username/zura-stack-native/issues"
},
"homepage": "https://github.com/your-username/zura-stack-native#readme"
}