{
  "name": "@auto-canary/core",
  "version": "8.1.0-canary.789.10408.0",
  "description": "Node API for using auto.",
  "main": "dist/auto.js",
  "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",
    "node"
  ],
  "scripts": {
    "build": "tsc -b",
    "start": "npm run build -- -w",
    "lint": "eslint src --ext .ts",
    "test": "jest --maxWorkers=2 --config ../../package.json"
  },
  "dependencies": {
    "@octokit/graphql": "^4.0.0",
    "@octokit/plugin-enterprise-compatibility": "1.1.1",
    "@octokit/plugin-retry": "^2.2.0",
    "@octokit/plugin-throttling": "^2.6.0",
    "@octokit/rest": "16.35.0",
    "await-to-js": "^2.1.1",
    "cosmiconfig": "6.0.0",
    "deepmerge": "^4.0.0",
    "dotenv": "^8.0.0",
    "endent": "^1.3.0",
    "enquirer": "^2.3.0",
    "env-ci": "^4.1.1",
    "gitlog": "^3.1.2",
    "https-proxy-agent": "^3.0.0",
    "import-cwd": "^3.0.0",
    "lodash.chunk": "^4.2.0",
    "node-fetch": "2.6.0",
    "semver": "^6.0.0",
    "signale": "^1.4.0",
    "tapable": "^2.0.0-beta.2",
    "tinycolor2": "^1.4.1",
    "tslib": "1.10.0",
    "typescript-memoize": "^1.0.0-alpha.3",
    "url-join": "^4.0.0"
  },
  "devDependencies": {
    "@types/dotenv": "^8.2.0",
    "@types/env-ci": "^3.1.0",
    "@types/graphql": "^14.2.0",
    "@types/jest": "~24.0.9",
    "@types/lodash.chunk": "^4.2.6",
    "@types/node": "^12.0.0",
    "@types/node-fetch": "2.5.4",
    "@types/semver": "^6.0.0",
    "@types/signale": "^1.2.1",
    "@types/tinycolor2": "^1.4.1",
    "@types/url-join": "^4.0.0",
    "graphql": "^14.2.1"
  },
  "gitHead": "caa303e6793fc93ae04e8f047d976c65ea3d6b66"
}
