{
  "name": "cxa-track",
  "version": "1.2.0",
  "description": "Convenient CLI to quickly update CxA tracked links",
  "preferGlobal": true,
  "repository": "sinedied/cxa-track",
  "homepage": "https://github.com/sinedied/cxa-track",
  "bugs": {
    "url": "https://github.com/sinedied/cxa-track/issues"
  },
  "keywords": [
    "cli",
    "cxa",
    "advocate",
    "microsoft",
    "links"
  ],
  "main": "cli.js",
  "bin": {
    "cxa": "./bin/cxa.js"
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "xo",
    "lint:fix": "xo --fix",
    "test": "xo && jest --verbose",
    "test:watch": "jest --watch",
    "release:check": "npm run release -s -- --dry-run"
  },
  "author": {
    "name": "Yohan Lasorsa",
    "url": "https://twitter.com/sinedied"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.0",
    "clipboardy": "^2.3.0",
    "conf": "^7.1.2",
    "gray-matter": "^4.0.2",
    "minimist": "^1.2.5",
    "update-notifier": "^5.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "commitizen": "^4.2.2",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^4.3.7",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.3",
    "semantic-release": "^17.3.1",
    "semantic-release-npm-github": "^1.0.2",
    "xo": "^0.37.1"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "xo": {
    "space": true,
    "prettier": true,
    "envs": [
      "node",
      "jest"
    ]
  },
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>/test/jest.setup.js"
    ],
    "collectCoverageFrom": [
      "*.js",
      "lib/**/*.js"
    ],
    "silent": true
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.js": [
      "xo --fix",
      "git add"
    ]
  },
  "release": {
    "extends": "semantic-release-npm-github",
    "branches": "main"
  },
  "husky": {
    "hooks": {
      "precommit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "files": [
    "index.js",
    "lib/*.js",
    "bin/cxa.js"
  ]
}
