@dragondyt/vuepress-plugin-abbrlink
Version:
VuePress plugin - abbrLink
47 lines • 1.06 kB
JSON
{
"name": "@dragondyt/vuepress-plugin-abbrlink",
"version": "0.0.2-beta.0",
"description": "VuePress plugin - abbrLink",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"link",
"permalink",
"abbrlink"
],
"homepage": "https://github.com/dragondyt/vuepress",
"bugs": {
"url": "https://github.com/dragondyt/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragondyt/vuepress.git"
},
"license": "MIT",
"author": "dragondyt",
"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/core": "2.0.0-beta.51",
"@vuepress/utils": "2.0.0-beta.51",
"crc-32": "^1.2.2",
"gray-matter": "^4.0.3",
"vitest": "^0.23.4"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
}
}