monaco-html-linter-plugin
Version:
Simple HTML Linter for the Monaco Editor.
37 lines (36 loc) • 832 B
JSON
{
"name": "monaco-html-linter-plugin",
"version": "0.1.1-alpha.4",
"description": "Simple HTML Linter for the Monaco Editor.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"workspaces": [
"playground/*",
"*"
],
"files": [
"dist/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && vite build"
},
"keywords": [
"HTML",
"Linter",
"Monaco",
"Editor",
"HTMLHint"
],
"license": "MIT",
"dependencies": {
"@types/htmlhint": "^1.1.2",
"htmlhint-plus": "^0.1.0",
"monaco-editor": "^0.33.0"
},
"devDependencies": {
"typescript": "^4.7.4",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
}
}