Sha256: f6ced259bc80a18c33b24fe4e3ebe7f4f0efdd70ca58b2f2163b24ff408ee96a
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
{ "name": "ropen_pi", "version": "0.3.0", "description": "git hooks and node-based tools", "author": "Andy Ruck", "repository": "git@github.com:talentplatforms/ropen_pi.git", "license": "MIT", "keywords": [ "git-hooks", "api", "conventional", "commits" ], "scripts": { "prepare": "husky install" }, "dependencies": {}, "devDependencies": { "@commitlint/cli": "17.3.0", "@commitlint/config-conventional": "17.3.0", "@semantic-release/changelog": "6.0.2", "@semantic-release/git": "10.0.1", "@semantic-release/gitlab": "9.5.0", "husky": "8.0.2", "semantic-release": "19.0.5" }, "release": { "branches": [ "release", "next", { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", [ "@semantic-release/git", { "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], "@semantic-release/gitlab" ], "preset": "conventionalcommits" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ropen_pi-0.5.0 | package.json |