@zthun/markdownlint-config
Version:
A shared configuration for markdownlint for @zthun scoped projects.
43 lines (42 loc) • 968 B
JSON
{
"name": "@zthun/markdownlint-config",
"version": "18.1.0",
"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": "^6.3.5"
},
"peerDependencies": {
"markdownlint": ">0.32.0 <1.0.0"
},
"publishConfig": {
"access": "public"
},
"author": "Anthony Bonta",
"gitHead": "6ee6578d8e911478abc40938a80f36c2edeea358"
}