mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
14 lines
388 B
JSON
14 lines
388 B
JSON
{
|
|
"name": "markdownlint-rule-sample-commonjs",
|
|
"version": "0.0.1",
|
|
"description": "Package for markdownlint custom rule sample (commonjs)",
|
|
"main": "sample-rule.cjs",
|
|
"type": "commonjs",
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"markdownlint-rule"
|
|
],
|
|
"private": true
|
|
}
|