@zthun/markdownlint-config
Version:
A shared configuration for markdownlint for @zthun scoped projects.
43 lines (42 loc) • 969 B
JSON
{
"name": "@zthun/markdownlint-config",
"version": "18.0.6",
"description": "A shared configuration for markdownlint for @zthun scoped projects.",
"keywords": [
"markdownlint",
"markdownlint-config"
],
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zthun/janitor",
"directory": "packages/markdownlint-config"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build"
},
"devDependencies": {
"markdownlint": "~0.36.1",
"vite": "^5.4.11"
},
"peerDependencies": {
"markdownlint": ">0.32.0 <1.0.0"
},
"publishConfig": {
"access": "public"
},
"author": "Anthony Bonta",
"gitHead": "8e92c66f9e2b757635669442862bebe13aa79795"
}