test/node_modules/@vuepress/plugin-seo/package.json
2024-08-13 09:27:52 +08:00

47 lines
1.0 KiB
JSON

{
"name": "@vuepress/plugin-seo",
"version": "2.0.0-rc.40",
"description": "SEO plugin for vuepress",
"keywords": [
"vuepress",
"vuepress2",
"vuepress-plugin",
"seo"
],
"homepage": "https://ecosystem.vuejs.press/plugins/seo/seo/",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/seo/plugin-seo"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
},
"publishConfig": {
"access": "public"
},
"gitHead": "942849e4983555f1a7cf03a96579110a505492cb"
}