@futagoza/gulp-publish-package
Version:
Will publish the NPM/Yarn packages passed to it from Gulp
30 lines (29 loc) • 809 B
JSON
{
"name": "@futagoza/gulp-publish-package",
"version": "0.6.0",
"description": "Will publish the NPM/Yarn packages passed to it from Gulp",
"keywords": [
"gulp",
"gulp-plugin",
"npm",
"yarn",
"publish",
"package",
"release"
],
"homepage": "https://github.com/futagoza/gulp",
"repository": "https://github.com/futagoza/gulp/tree/master/plugins/gulp-publish-package",
"license": "MIT",
"author": "Futago-za Ryuu <futagoza.ryuu@gmail.com>",
"main": "index.js",
"dependencies": {
"@futagoza/cli-utils": "^1.5.1",
"@futagoza/publish-package": "^1.6.0",
"plugin-error": "1.0.1",
"through2": "2.0.3",
"to-regex": "3.0.2"
},
"engines": {
"node": ">= 6"
}
}