53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@vuepress/plugin-sitemap",
|
|
"version": "2.0.0-rc.112",
|
|
"description": "Sitemap plugin for vuepress",
|
|
"keywords": [
|
|
"vuepress",
|
|
"vuepress2",
|
|
"vuepress-plugin",
|
|
"sitemap"
|
|
],
|
|
"homepage": "https://ecosystem.vuejs.press/plugins/seo/sitemap/",
|
|
"bugs": {
|
|
"url": "https://github.com/vuepress/ecosystem/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuepress/ecosystem.git",
|
|
"directory": "plugins/seo/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"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/helper": "2.0.0-rc.112",
|
|
"sitemap": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-git": "2.0.0-rc.112"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.24"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
|
|
}
|