@soyvolon/docsify-enhanced-command-line-blocks
Version:
Docsify plugin to enhance the usage of the Command Line plugin from Prism code highlighting.
31 lines (30 loc) • 776 B
JSON
{
"name": "@soyvolon/docsify-enhanced-command-line-blocks",
"description": "Docsify plugin to enhance the usage of the Command Line plugin from Prism code highlighting.",
"keywords": [
"docsify-enhanced-command-line-blocks",
"docsify",
"docsify-plugins"
],
"version": "1.0.0",
"type": "module",
"main": "dist/plugin.js",
"scripts": {
"dev": "vite serve src",
"build": "vite build --config vite-config.js",
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"playwright": "^1.30.0",
"vite": "^4.0.1"
},
"author": {
"name": "Aria Bounds"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Soyvolon/enhanced-command-line-blocks.git"
},
"license": "MIT"
}