markuplint
Version:
A Linter for All Markup Languages.
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "markuplint",
"version": "1.6.0",
"description": "A Linter for All Markup Languages.",
"author": "Yusuke Hirao",
"license": "MIT",
"private": false,
"repository": {
"url": "git@github.com:YusukeHirao/markuplint.git"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"markuplint": "bin/markuplint"
},
"scripts": {
"build": "tsc",
"dev": "tsc --build --watch",
"clean": "tsc --build --clean"
},
"devDependencies": {
"@types/cli-color": "^2.0.0",
"@types/meow": "^5.0.0",
"execa": "^5.0.0"
},
"dependencies": {
"@markuplint/file-resolver": "^1.2.1",
"@markuplint/html-parser": "^1.3.0",
"@markuplint/html-spec": "^1.4.1",
"@markuplint/i18n": "^1.1.0",
"@markuplint/ml-ast": "^1.3.0",
"@markuplint/ml-config": "^1.1.0",
"@markuplint/ml-core": "^1.4.0",
"@markuplint/ml-spec": "^1.3.0",
"@markuplint/rules": "^1.4.0",
"cli-color": "^2.0.0",
"eastasianwidth": "^0.2.0",
"get-stdin": "^8.0.0",
"meow": "^9.0.0",
"os-locale": "^5.0.0",
"strip-ansi": "^6.0.0"
},
"gitHead": "15e11fd74042d8b378387644d36cd882962a9ec8"
}