@modea/modea-increment-version
Version:
Increments version and build numbers in specified files
38 lines (37 loc) • 851 B
JSON
{
"name": "@modea/modea-increment-version",
"version": "0.6.2",
"description": "Increments version and build numbers in specified files",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js",
"test": "mocha",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/modea/modea-increment-version.git"
},
"keywords": [
"Increment",
"Version",
"Git",
"Flow"
],
"bin": {
"increment": "./bin/increment"
},
"author": "Jacob Heuman",
"license": "MIT",
"homepage": "https://bitbucket.org/modea/modea-increment-version#readme",
"devDependencies": {
"husky": "^7.0.0",
"mocha": "^8.3.2",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0"
},
"dependencies": {
"commander": "^7.2.0",
"cosmiconfig": "^7.0.0"
}
}