2022-04-06 17:30:41 +08:00

40 lines
1.1 KiB
JSON

{
"name": "@vuepress-plume/vuepress-plugin-caniuse",
"version": "1.0.0-beta.8",
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"license": "MIT",
"main": "lib/node/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
},
"scripts": {
"ts": "tsc -b tsconfig.build.json",
"ts:watch": "tsc -b tsconfig.build.json --watch",
"clean": "rimraf lib *.tsbuildinfo",
"dev": "yarn ts:watch",
"build": "yarn clean && yarn ts"
},
"dependencies": {
"@vuepress/client": "^2.0.0-beta.38",
"@vuepress/core": "^2.0.0-beta.38",
"@vuepress/utils": "^2.0.0-beta.38",
"markdown-it-container": "^3.0.0"
},
"peerDependencies": {
"vuepress": "^2.0.0-beta.38"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6f0423366c8b337d5a561bcf7302bd648a8a3781"
}