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

44 lines
1.0 KiB
JSON

{
"name": "@vuepress/highlighter-helper",
"version": "2.0.0-rc.40",
"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",
"./styles/*": "./lib/client/styles/*",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
},
"publishConfig": {
"access": "public"
},
"gitHead": "942849e4983555f1a7cf03a96579110a505492cb"
}