-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1016 Bytes
/
package.json
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
36
37
38
39
40
41
42
43
44
{
"name": "@demartini/markdownlint-config",
"version": "0.1.3",
"description": "Demartini’s shareable configuration for markdownlint.",
"author": {
"name": "Iolar Demartini Junior",
"email": "[email protected]",
"url": "https://demartini.dev"
},
"bugs": {
"url": "https://github.com/demartini/base-configs/issues"
},
"engines": {
"node": ">= 12",
"npm": ">= 6",
"yarn": ">=1.20.0"
},
"files": [
"index.json",
"scripts/*"
],
"homepage": "https://github.com/demartini/base-configs/tree/main/packages/markdownlint-config#readme",
"keywords": [
"markdownlint-config",
"markdownlint",
"config",
"demartini"
],
"license": "MIT",
"main": "index.json",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/demartini/base-configs.git"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"markdownlint-cli": "0.32.2"
}
}