auto-dist-tag
Version:
Automatically rewrites the publishConfig.tag setting in your package.json file for you
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "auto-dist-tag",
"version": "2.1.1",
"description": "Automatically rewrites the publishConfig.tag setting in your package.json file for you",
"homepage": "https://github.com/Turbo87/auto-dist-tag#readme",
"bugs": {
"url": "https://github.com/Turbo87/auto-dist-tag/issues"
},
"license": "Apache-2.0",
"author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
"main": "src/auto-dist-tag.js",
"bin": {
"auto-dist-tag": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Turbo87/auto-dist-tag.git"
},
"scripts": {
"release": "release-it",
"test": "jest"
},
"dependencies": {
"debug": "^4.3.1",
"fs-extra": "^9.0.0",
"meow": "^9.0.0",
"package-json": "^6.0.0",
"pkg-up": "^3.0.0",
"semver": "^7.0.0"
},
"devDependencies": {
"jest": "26.6.3",
"release-it": "14.6.0",
"release-it-lerna-changelog": "3.1.0"
},
"engines": {
"node": ">=10"
},
"jest": {
"testMatch": [
"**/test/**/*-test.js"
]
}
}