{
  "name": "@auto-it/maven",
  "version": "11.3.6",
  "main": "dist/index.js",
  "description": "Maven publishing plugin for auto",
  "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",
    "released",
    "comment"
  ],
  "scripts": {
    "build": "tsc -b",
    "start": "npm run build -- -w",
    "lint": "eslint src --ext .ts",
    "test": "jest --maxWorkers=2 --config ../../package.json"
  },
  "dependencies": {
    "@auto-it/core": "11.3.6",
    "fast-glob": "^3.1.1",
    "fp-ts": "^2.5.3",
    "io-ts": "^2.1.2",
    "jsdom": "^16.2.2",
    "parse-github-url": "^1.0.2",
    "pom-parser": "^1.1.1",
    "prettier": "^2.0.5",
    "semver": "^7.0.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.7",
    "@types/jsdom": "^16.2.3",
    "@types/prettier": "^2.0.1",
    "ts-jest": "^26.1.3"
  },
  "gitHead": "e828cd1c30721565ccc07144c39bc7eb55ed0878"
}
