{
  "name": "diffjam",
  "version": "3.2.8",
  "description": "cli for diffjam.com",
  "scripts": {
    "build": "make clean && tsc",
    "dev": "tsc -w",
    "test": "make test",
    "prepublishOnly": "make prepublish",
    "start": "ts-node index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diffjam/diffjam.git"
  },
  "keywords": [
    "technical",
    "debt",
    "code",
    "source",
    "diffjam"
  ],
  "author": "gregg@caines.ca",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/diffjam/diffjam/issues"
  },
  "main": "./lib/index.js",
  "bin": {
    "diffjam": "./lib/index.js"
  },
  "homepage": "https://github.com/diffjam/diffjam#readme",
  "dependencies": {
    "axios": "1.8.4",
    "bluebird": "^3.7.2",
    "chalk": "2.4.1",
    "env-ci": "5.0.2",
    "fdir": "^5.3.0",
    "git-remote-origin-url": "^3.1.0",
    "hosted-git-info": "^3.0.4",
    "inquirer": "5.2.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "meow": "^9.0.0",
    "micromatch": "^4.0.4",
    "mz": "2.7.0",
    "urlgrey": "^0.4.4"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.37",
    "@types/env-ci": "^3.1.1",
    "@types/hosted-git-info": "^3.0.2",
    "@types/inquirer": "^8.1.3",
    "@types/js-yaml": "^4.0.3",
    "@types/lodash": "^4.14.175",
    "@types/micromatch": "^4.0.2",
    "@types/mocha": "^9.0.0",
    "@types/mz": "^2.7.4",
    "@types/node": "^16.11.1",
    "@types/parse-gitignore": "^1.0.0",
    "eslint": "^7.5.0",
    "expect": "^25.5.0",
    "mocha": "^7.1.2",
    "ts-node": "^10.3.0",
    "typescript": "^4.4.4"
  }
}
