rn-build-flavor-cli
Version:
CLI tool to add build flavors for React Native apps
50 lines (49 loc) • 1.02 kB
JSON
{
"name": "rn-build-flavor-cli",
"version": "1.1.2",
"description": "CLI tool to add build flavors for React Native apps",
"main": "index.js",
"bin": {
"rn-build-flavor": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paramababu/rn-build-flavor-cli.git"
},
"bugs": {
"url": "https://github.com/paramababu/rn-build-flavor-cli/issues"
},
"homepage": "https://github.com/paramababu/rn-build-flavor-cli#readme",
"keywords": [
"react-native",
"flavor",
"cli",
"android",
"ios",
"env",
"build"
],
"author": "BabuParaman",
"files": [
"index.js",
"README.md",
"templates/"
],
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"release": "standard-version"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.7"
},
"devDependencies": {
"standard-version": "^9.5.0"
}
}