-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "markdownlint-rule-trace-template-headers",
"description": "markdownlint custom rule that checks the headers is same to template",
"license": "MIT",
"main": "dist/src/index.js",
"version": "2.0.3",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lainNao/markdownlint-rule-trace-template-headers.git"
},
"bugs": "https://github.com/lainNao/markdownlint-rule-trace-template-headers/issues",
"keywords": [
"markdownlint-rule"
],
"author": "lainNao",
"release": {
"branches": [
"main"
]
},
"dependencies": {
"app-root-path": "^3.1.0",
"minimatch": "^7.4.3"
},
"devDependencies": {
"@types/minimatch": "^5.1.2",
"@types/node": "^20.2.5",
"markdownlint": "^0.29.0",
"typescript": "^5.1.3"
}
}