{
  "name": "commitri",
  "version": "1.1.0",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/index.js",
  "scripts": {
    "ts-types": " tsc --emitDeclarationOnly --outDir lib",
    "test": "jest -c jest.config.js",
    "build": "rimraf lib && node ./esbuild.js && npm run ts-types",
    "prepare": "husky install",
    "format": "pretty-quick",
    "semantic-release": "semantic-release"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@golevelup/ts-jest": "^0.3.4",
    "@types/jest": "^29.2.3",
    "@types/lodash": "^4.14.189",
    "esbuild": "^0.15.13",
    "esbuild-node-externals": "^1.6.0",
    "husky": "^8.0.2",
    "jest": "^29.3.1",
    "pretty-quick": "^3.1.3",
    "rimraf": "^3.0.2",
    "semantic-release": "^19.0.5",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@octokit/rest": "^19.0.5",
    "lodash": "^4.17.21",
    "octokit": "^2.0.10",
    "yaml": "^2.1.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tjbroodryk/commitri.git"
  }
}
