{
  "name": "vuepress-plugin-remove-html-extension",
  "version": "1.26.0",
  "description": "VuePress plugin for generating clean urls",
  "keywords": [
    "clean-urls",
    "html-extension",
    "vuepress",
    "vuepress2",
    "vuepress-plugin"
  ],
  "homepage": "https://github.com/azat-io/vuepress-plugin-remove-html-extension",
  "repository": "azat-io/vuepress-plugin-remove-html-extension",
  "license": "MIT",
  "author": "Azat S. <to@azat.io>",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@vuepress/core": "2.0.0-rc.30"
  },
  "engines": {
    "node": "^16.0.0 || >=18.0.0"
  }
}
