UNPKG

pmm

Version:
41 lines (40 loc) 715 B
{ "name": "pmm", "version": "2.0.0", "description": "Better npm publish", "bin": "pmm.sh", "files": [ "pmm.sh" ], "keywords": [ "cli", "npm", "publish", "release", "version", "bump", "automatisation", "git", "push", "tags" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/d4rkr00t/pmm" }, "author": { "name": "Stanislav Sysoev", "email": "d4rkr00t@gmail.com", "url": "https://github.com/d4rkr00t" }, "dependencies": {}, "devDependencies": { "cz-conventional-changelog": "^1.1.4" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }