-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 957 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 957 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
{
"name": "@hyperupcall/markdownlint-config",
"version": "0.4.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/hyperupcall-self/markdownlint-config"
},
"bugs": {
"url": "https://github.com/hyperupcall-self/markdownlint-config/issues"
},
"author": "Edwin Kofler <[email protected]> (https://edwinkofler.com)",
"private": false,
"packageManager": "[email protected]+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
"main": "./index.js",
"files": [
".markdownlint.json"
],
"scripts": {
"format": "hyperupcall-scripts-nodejs format",
"lint": "hyperupcall-scripts-nodejs lint"
},
"devDependencies": {
"@hyperupcall/scripts-nodejs": "0.7.1"
},
"markdownlint-cli2": {
"extends": "./node_modules/@hyperupcall/markdownlint-config/.markdownlint.json"
},
"prettier": "@hyperupcall/scripts-nodejs/config-prettier.js"
}