@vuepress/plugin-sitemap
Version:
Sitemap plugin for vuepress
57 lines (56 loc) • 1.31 kB
JSON
{
"name": "@vuepress/plugin-sitemap",
"version": "2.0.0-rc.3",
"description": "Sitemap plugin for vuepress",
"keywords": [
"vuepress",
"vuepress2",
"vuepress-plugin",
"sitemap"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/plugin-sitemap"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./templates/*": "./templates/*",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib",
"templates"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo"
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.3",
"sitemap": "^7.1.1"
},
"devDependencies": {
"@vuepress/plugin-git": "2.0.0-rc.3"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7247c765f50c3b2d5a622e0f7cf22bfb13a463c4"
}