UNPKG

@vuetify/github-releaser

Version:
68 lines 1.75 kB
{ "name": "@vuetify/github-releaser", "publishConfig": { "access": "public" }, "version": "4.0.3", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "description": "Make a new GitHub release from git metadata.", "type": "module", "engines": { "node": ">=22.0.0" }, "files": [ "src/" ], "homepage": "https://github.com/vuetifyjs/conventional-changelog-releaser-tools", "bugs": "https://github.com/vuetifyjs/conventional-changelog-releaser-tools", "repository": { "type": "git", "url": "https://github.com/vuetifyjs/conventional-changelog-releaser-tools.git" }, "keywords": [ "conventional-github-releaser", "github", "release", "releases", "conventional-changelog", "conventional", "changelog", "log" ], "license": "MIT", "bin": { "conventional-github-releaser": "src/cli.js" }, "main": "src/index.js", "dependencies": { "@hutson/parse-repository-url": "^5.0.0", "@octokit/rest": "^21.1.1", "conventional-changelog": "^6.0.0", "dateformat": "^5.0.0", "debug": "^4.0.0", "gh-got": "^10.0.0", "git-semver-tags": "^7.0.1", "hosted-git-info": "^7.0.0", "meow": "^12.1.1", "normalize-package-data": "^6.0.0", "semver": "^7.7.1", "semver-regex": "^4.0.0" }, "devDependencies": { "conventional-changelog-vuetify": "^2.0.2", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-xo-space": "^0.34.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.17.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-standard": "^4.1.0" }, "scripts": { "lint": "eslint src" } }