UNPKG

rn-build-version

Version:

A powerful React Native CLI tool for version management, build automation, and changelog generation for Android and iOS apps.

49 lines (48 loc) 1.2 kB
{ "name": "rn-build-version", "version": "1.2.2", "description": "A powerful React Native CLI tool for version management, build automation, and changelog generation for Android and iOS apps.", "main": "lib/versionManager.js", "bin": { "rn-build-version": "./bin/index.js" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "management", "version-management", "android", "react-native-tools", "developer-tools", "mobile-app", "build-automation", "release-management", "react-native-build", "app-versioning" ], "author": "Sujeet Kumar", "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "fs-extra": "^11.3.0", "inquirer": "^12.5.0" }, "homepage": "https://github.com/getsettalk/rn-build-version", "repository": { "type": "git", "url": "git+https://github.com/getsettalk/rn-build-version.git" }, "bugs": { "url": "https://github.com/getsettalk/rn-build-version/issues" }, "contributors": [ "Sujeet Kumar <rajrock7254@gmail.com>" ], "engines": { "node": ">=14" } }