@auto-canary/gradle
Version:
A plugin that calls gradle-release-plugin with versioning information.
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "@auto-canary/gradle",
"version": "9.9.1-canary.928.12149.0",
"main": "dist/index.js",
"description": "A plugin that calls gradle-release-plugin with versioning information.",
"author": {
"name": "Brandon Miller",
"email": "unknownerror404@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-canary/core": "9.9.1-canary.928.12149.0",
"dot-properties": "^0.3.2",
"fs-extra": "^8.1.0",
"tslib": "1.10.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1"
},
"gitHead": "4c45c5bcdbbc2b770c500ba5140e5fa88ef0388d"
}