{
  "name": "@technote-space/anchor-markdown-header",
  "version": "1.1.42",
  "description": "Generates an anchor for a markdown header.",
  "keywords": [
    "markdown",
    "anchor",
    "link",
    "regex",
    "github",
    "readme"
  ],
  "homepage": "https://github.com/technote-space/anchor-markdown-header#readme",
  "bugs": {
    "url": "https://github.com/technote-space/anchor-markdown-header/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/technote-space/anchor-markdown-header.git"
  },
  "license": "MIT",
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
  "contributors": [
    {
      "name": "Technote",
      "email": "technote.space@gmail.com",
      "url": "https://technote.space"
    }
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "rm -rf ./build && tsc",
    "cover": "jest --coverage",
    "lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
    "lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
    "test": "yarn lint && yarn cover",
    "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
  },
  "dependencies": {
    "emoji-regex": "^10.2.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@types/jest": "^29.5.1",
    "@types/node": "^20.2.3",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "eslint": "^8.41.0",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "jest-circus": "^29.5.0",
    "lint-staged": "^13.2.2",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
