{
  "name": "chlu",
  "version": "3.8.1",
  "description": "CH-ange-L-og U-pdate - Automatically fix errors in your changelog file",
  "keywords": [
    "automated",
    "automatically",
    "change",
    "changelog",
    "correct",
    "errors",
    "fix",
    "links",
    "log",
    "markdown",
    "missing",
    "tool",
    "update"
  ],
  "homepage": "https://codsen.com/os/chlu/",
  "repository": "https://git.sr.ht/~royston/codsen",
  "license": "MIT",
  "author": {
    "name": "Roy Revelt",
    "email": "roy@codsen.com",
    "url": "https://codsen.com"
  },
  "main": "dist/chlu.cjs.js",
  "module": "dist/chlu.esm.js",
  "browser": "dist/chlu.umd.js",
  "scripts": {
    "build": "rollup -c",
    "ci_test": "npm run build && npm run lint && tap --no-only --reporter=silent --output-file=testStats.md && npm run clean_cov && npm run format",
    "clean_cov": "../../scripts/leaveCoverageTotalOnly.js",
    "dev": "rollup -c --dev",
    "devunittest": "npm run dev && ./node_modules/.bin/tap --only -R 'base' && npm run clean_cov",
    "format": "npm run lect && npm run prettier && npm run lint",
    "lect": "lect",
    "lint": "../../node_modules/eslint/bin/eslint.js \"**/*.js\" --fix --config \"../../.eslintrc.json\" --quiet",
    "perf": "node perf/check",
    "prepare": "npm run build",
    "prettier": "../../node_modules/prettier/bin-prettier.js '*.{js,css,scss,vue,md,ts}' --write --loglevel silent",
    "republish": "npm publish || :",
    "tap": "tap",
    "pretest": "npm run build",
    "test": "npm run lint && npm run unittest && npm run test:examples && npm run clean_cov && npm run format",
    "test:examples": "../../scripts/test-examples.js && npm run lect && npm run prettier",
    "tsd": "tsd",
    "unittest": "./node_modules/.bin/tap --no-only --output-file=testStats.md && npm run clean_cov && npm run perf",
    "version": "npm run build && git add ."
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run format && npm test"
    }
  },
  "tap": {
    "coverage-report": [
      "json-summary",
      "text"
    ],
    "nyc-arg": [
      "--exclude=**/*.cjs.js",
      "--exclude=**/*.umd.js"
    ],
    "timeout": 0
  },
  "lect": {
    "defaultExported": true,
    "files": {
      "delete": [],
      "write_hard": [
        {
          "contents": "",
          "name": ""
        }
      ],
      "write_soft": [
        {
          "contents": "",
          "name": ""
        }
      ]
    },
    "licence": {
      "extras": [
        "",
        "Unit test #13 - uses changelog of **giu 0.13.4** to test automated error fixing, released under MIT License (MIT) Copyright © 2016-2018 Guillermo Grau Panea",
        "Unit test #14 - uses changelog of **keystone 4.0.0-beta.5** to test automated error fixing, released under MIT License (MIT) Copyright © 2016 Jed Watson"
      ]
    },
    "npmignore": {
      "badFiles": [],
      "badFolders": [],
      "goodFiles": [],
      "goodFolders": []
    },
    "req": "chluLib",
    "various": {
      "devDependencies": [
        "@rollup/plugin-json",
        "rollup-plugin-node-builtins"
      ]
    }
  },
  "dependencies": {
    "ast-contains-only-empty-space": "^1.10.1",
    "dehumanize-date": "^3.0.0",
    "easy-replace": "^3.9.0",
    "emoji-regex": "^9.2.0",
    "get-pkg-repo": "^4.1.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.isplainobject": "^4.0.6",
    "lodash.min": "^4.0.1",
    "lodash.trim": "^4.5.1",
    "semver-compare": "^1.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.7",
    "@babel/preset-env": "^7.12.7",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@rollup/plugin-strip": "^2.0.0",
    "benchmark": "^2.1.4",
    "eslint": "^7.14.0",
    "lect": "^0.15.1",
    "rollup": "^2.34.1",
    "rollup-plugin-ascii": "^0.0.3",
    "rollup-plugin-banner": "^0.2.1",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "tap": "^14.11.0",
    "tsd": "^0.14.0"
  }
}
