UNPKG

@auto-canary/auto

Version:

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

59 lines (58 loc) 1.43 kB
{ "name": "@auto-canary/auto", "bin": "dist/bin/auto.js", "description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels", "version": "8.1.0-canary.789.10408.0", "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" ], "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": "rimraf binary && pkg . --out-path binary && yarn gzip", "gzip": "ls binary/auto* | xargs gzip" }, "dependencies": { "@auto-it/core": "link:../core", "@auto-it/npm": "link:../../plugins/npm", "@auto-it/released": "link:../../plugins/released", "chalk": "^3.0.0", "command-line-application": "^0.9.3", "endent": "^1.3.0", "signale": "^1.4.0", "tslib": "1.10.0" }, "devDependencies": { "@types/signale": "^1.2.1", "pkg": "^4.4.0" }, "gitHead": "caa303e6793fc93ae04e8f047d976c65ea3d6b66" }