UNPKG

@vuepress-reco/vuepress-plugin-extract-code

Version:

Features and code presentation plugin for vuepress-theme-reco or other vuepress theme

32 lines (31 loc) 936 B
{ "name": "@vuepress-reco/vuepress-plugin-extract-code", "version": "1.0.4", "description": "Features and code presentation plugin for vuepress-theme-reco or other vuepress theme", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "eslint-ext": "eslint --ext .js,.vue ./", "eslint-fix": "eslint --fix --ext .js,.vue ./" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress-reco/vuepress-plugin-extract-code.git" }, "keywords": [ "vuepress-theme-reco", "extract-code", "vuepress" ], "author": "reco_luan <recoluan@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/vuepress-reco/vuepress-plugin-extract-code/issues" }, "homepage": "https://vuepress-theme-reco.recoluan.com", "devDependencies": { "babel-eslint": "^10.0.3", "eslint": "^6.4.0", "eslint-plugin-vue": "^5.2.3" } }