jccp_a/vuepress/node_modules/@vuepress/highlighter-helper/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

53 lines
1.2 KiB
JSON

{
"name": "@vuepress/highlighter-helper",
"version": "2.0.0-rc.114",
"description": "VuePress Highlighter helper",
"keywords": [
"vuepress",
"helper",
"highlighter-helper"
],
"homepage": "https://ecosystem.vuejs.press/tools/highlighter-helper/",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "tools/highlighter-helper"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./client": "./lib/client/index.js",
"./styles/*": "./lib/client/styles/*",
"./scss/*": "./scss/*.scss",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib",
"scss"
],
"peerDependencies": {
"@vueuse/core": "^13.9.0",
"vuepress": "2.0.0-rc.26"
},
"peerDependenciesMeta": {
"@vueuse/core": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "bb7cbe54154be9d9b09b6116888ed61d8701862b"
}