UNPKG

@bring-it/notify

Version:
58 lines 1.2 kB
{ "name": "@bring-it/notify", "version": "0.5.7", "description": "Send releases notifications", "license": "MIT", "author": { "name": "Eric Chen" }, "keywords": [ "bot", "bring-it", "ci", "cli", "deployment", "dingtalk", "frontend", "notify", "release" ], "homepage": "https://github.com/airkro/bring-it/tree/master/packages/notify", "repository": { "type": "git", "url": "git+https://github.com/airkro/bring-it.git", "directory": "packages/notify" }, "bugs": { "url": "https://github.com/airkro/bring-it/issues" }, "bin": { "bring-it": "dist/bin.mjs" }, "main": "dist/sub.mjs", "files": [ "dist" ], "type": "module", "devDependencies": { "conventional-commits-parser": "^6.2.0", "fast-clean": "^1.4.0", "gitlog": "^5.1.0", "lodash": "^4.17.21", "mdast-util-to-markdown": "^2.1.2", "semver": "^7.7.2" }, "peerDependencies": { "@bring-it/cli": "^0.10.0" }, "engines": { "node": ">=22.11.0 || ^20.18.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "best-shot prod" } }