UNPKG

auto

Version:

CLI tools to help facilitate semantic versioning based on GitHub PR labels

71 lines (70 loc) 1.72 kB
{ "name": "auto", "bin": "dist/bin/auto.js", "main": "dist/bin/index.js", "types": "dist/index.d.ts", "description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels", "version": "11.3.0", "license": "MIT", "author": { "name": "Andrew Lisowski", "email": "lisowski54@gmail.com" }, "pkg": { "scripts": "../../plugins/**/dist/**/*.js" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/intuit/auto" }, "files": [ "dist" ], "engines": { "node": ">=10.x" }, "keywords": [ "automation", "semantic", "release", "github", "labels", "automated", "continuos integration", "changelog", "cli" ], "scripts": { "build": "tsc -b", "start": "npm run build -- -w", "lint": "eslint src --ext .ts", "test": "jest --maxWorkers=2", "bundle": "yarn inject-version && yarn package && yarn gzip", "inject-version": "node scripts/inject-version.js", "package": "rimraf binary && pkg . --out-path binary", "gzip": "ls binary/auto* | xargs gzip" }, "dependencies": { "@auto-it/core": "11.3.0", "@auto-it/npm": "11.3.0", "@auto-it/released": "11.3.0", "@auto-it/version-file": "11.3.0", "await-to-js": "^3.0.0", "chalk": "^4.0.0", "command-line-application": "^0.10.1", "endent": "^2.1.0", "module-alias": "^2.2.2", "signale": "^1.4.0", "terminal-link": "^2.1.1", "tslib": "2.1.0" }, "devDependencies": { "@types/signale": "^1.2.1", "pkg": "^5.8.0" }, "gitHead": "c6961698ab27ac61b1a0f44a9e20785d5ae11e88" }