@auto-canary/exec
Version:
Tap into select hooks and run a command on the terminal
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "@auto-canary/exec",
"version": "9.18.0-canary.1033.13623.0",
"main": "dist/index.js",
"description": "Tap into select hooks and run a command on the terminal",
"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"
],
"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.18.0-canary.1033.13623.0",
"fp-ts": "^2.5.3",
"io-ts": "^2.1.2",
"tslib": "1.10.0"
},
"gitHead": "53bd96b57318662c63f5e689599e92ff6297fc08"
}