UNPKG

@auto-canary/microsoft-teams

Version:

Microsoft Teams plugin for auto

55 lines (54 loc) 1.28 kB
{ "name": "@auto-canary/microsoft-teams", "version": "9.54.6-canary.1570.19251.0", "main": "dist/index.js", "description": "Microsoft Teams plugin for auto", "license": "MIT", "author": { "name": "Mukul Chaware", "email": "mukul.chaware13@gmail.com" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/intuit/auto" }, "files": [ "dist" ], "keywords": [ "automation", "semantic", "release", "github", "labels", "automated", "continuos integration", "changelog", "microsoft-teams" ], "scripts": { "build": "tsc -b", "start": "npm run build -- -w", "lint": "eslint src --ext .ts", "test": "jest --maxWorkers=2 --config ../../package.json" }, "dependencies": { "@atomist/slack-messages": "~1.1.0", "@auto-canary/core": "9.54.6-canary.1570.19251.0", "@octokit/rest": "^18.0.0", "fp-ts": "^2.5.3", "https-proxy-agent": "^5.0.0", "io-ts": "^2.1.2", "node-fetch": "2.6.1", "tslib": "2.0.1" }, "devDependencies": { "@types/node-fetch": "2.5.7", "@types/url-join": "^4.0.0" }, "gitHead": "b28645e876f1aef1dc1e83d5611fffc651055b8d" }