UNPKG

versioning-manager

Version:

Versioning manager is a helper to increment version on iOS and Android in Flutter or ReactNative projects

43 lines 1.09 kB
{ "name": "versioning-manager", "version": "1.0.17", "description": "Versioning manager is a helper to increment version on iOS and Android in Flutter or ReactNative projects", "main": "bin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production" }, "bin": { "vm": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/chramos/versioning-manager.git" }, "keywords": [ "react-native", "flutter", "increment-version", "version" ], "author": "chramos", "license": "MIT", "bugs": { "url": "https://github.com/chramos/versioning-manager/issues" }, "homepage": "https://github.com/chramos/versioning-manager#readme", "dependencies": { "chalk": "4.1.2", "fs": "^0.0.1-security", "glob": "^8.1.0", "path": "^0.12.7", "yargs": "^17.6.2" }, "devDependencies": { "assert": "^2.0.0", "babel-loader": "^9.1.2", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-node-externals": "^3.0.0" } }