{
  "name": "marked-linkify-it",
  "version": "3.1.15",
  "description": "marked extension to use linkify-it for autolinks",
  "main": "./lib/index.cjs",
  "module": "./src/index.js",
  "browser": "./lib/index.umd.js",
  "type": "module",
  "types": "./src/index.d.ts",
  "files": [
    "lib/",
    "src/"
  ],
  "exports": {
    ".": {
      "import": "./src/index.js",
      "require": "./lib/index.cjs"
    }
  },
  "keywords": [
    "marked",
    "linkify-it"
  ],
  "scripts": {
    "test": "jest --verbose",
    "test:cover": "jest --coverage",
    "test:types": "tsd -f spec/index.test-d.ts -t src/index.d.ts",
    "lint": "eslint",
    "build": "rollup -c rollup.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UziTech/marked-linkify-it.git"
  },
  "author": "Tony Brix <Tony@Brix.ninja> (https://Tony.Brix.ninja)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/UziTech/marked-linkify-it/issues"
  },
  "homepage": "https://github.com/UziTech/marked-linkify-it#readme",
  "peerDependencies": {
    "marked": ">=4 <19"
  },
  "dependencies": {
    "@types/linkify-it": "^5.0.0",
    "linkify-it": "^5.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@markedjs/eslint-config": "^1.0.14",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "babel-jest": "^30.3.0",
    "eslint": "^10.2.0",
    "globals": "^17.4.0",
    "jest-cli": "^30.3.0",
    "marked": "^18.0.0",
    "rollup": "^4.60.1",
    "semantic-release": "^25.0.3",
    "tsd": "^0.33.0"
  }
}
