mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@vuepress-plume/plugin-shikiji",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.27",
|
|
"description": "The Plugin for VuePres 2",
|
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf lib *.tsbuildinfo",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"ts": "tsc -b tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/core": "2.0.0-rc.0",
|
|
"@vuepress/utils": "2.0.0-rc.0",
|
|
"nanoid": "^5.0.4",
|
|
"picocolors": "^1.0.0",
|
|
"shikiji": "^0.9.19",
|
|
"shikiji-transformers": "^0.9.19",
|
|
"shikiji-twoslash": "^0.9.19"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"shikiji",
|
|
"vuepress-plugin-shikiji"
|
|
]
|
|
}
|