{
  "name": "@aloskutov/eleventy-plugin-external-links",
  "version": "2.1.1",
  "description": "Eleventy external links plugin",
  "prettier": "@aloskutov/prettier-config",
  "publishConfig": {
    "registry": "https://npm.pkg.github.com",
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "npx eslint ./src && npx jshint ./src"
  },
  "main": ".eleventy.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aloskutov/eleventy-plugin-external-links.git"
  },
  "keywords": [
    "11ty",
    "11ty-plugin",
    "eleventy",
    "eleventy-plugin",
    "plugin",
    "external-links"
  ],
  "author": "Alex Loskutov",
  "license": "MIT",
  "11ty": {
    "compatibility": ">=0.11"
  },
  "bugs": {
    "url": "https://github.com/aloskutov/eleventy-plugin-external-links/issues"
  },
  "devDependencies": {
    "eslint": "^8.56.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^29.7.0",
    "jshint": "^2.13.6"
  },
  "dependencies": {
    "node-html-parser": "^6.1.12"
  }
}
