@auto-it/first-time-contributor
Version:
Thank first time contributors for their work right in your release notes.
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "@auto-it/first-time-contributor",
"version": "11.3.0",
"main": "dist/index.js",
"description": "Thank first time contributors for their work right in your release notes.",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
"email": "lisowski54@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"
],
"scripts": {
"build": "tsc -b",
"start": "npm run build -- -w",
"lint": "eslint src --ext .ts",
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/bot-list": "11.3.0",
"@auto-it/core": "11.3.0",
"array.prototype.flatmap": "^1.2.2",
"endent": "^2.1.0",
"tslib": "2.1.0",
"url-join": "^4.0.0"
},
"devDependencies": {
"@octokit/rest": "^18.12.0",
"@types/array.prototype.flatmap": "^1.2.0"
},
"gitHead": "c6961698ab27ac61b1a0f44a9e20785d5ae11e88"
}