UNPKG

@auto-it/maven

Version:

Maven publishing plugin for auto

60 lines (59 loc) 1.31 kB
{ "name": "@auto-it/maven", "version": "11.3.0", "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.0", "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": "c6961698ab27ac61b1a0f44a9e20785d5ae11e88" }