UNPKG

@auto-canary/maven

Version:

Maven publishing plugin for auto

49 lines (48 loc) 1.1 kB
{ "name": "@auto-canary/maven", "version": "8.1.0-canary.789.10408.0", "main": "dist/index.js", "description": "Maven publishing plugin for auto", "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": "link:../../packages/core", "parse-github-url": "^1.0.2", "pom-parser": "^1.1.1", "semver": "^6.0.0", "tslib": "1.10.0", "xml2js-es6-promise": "^1.1.1" }, "gitHead": "caa303e6793fc93ae04e8f047d976c65ea3d6b66" }