-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 KB
/
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
{
"name": "markdownlint-config-fluid",
"version": "0.1.8",
"description": "Shareable MarkdownLint config for the fluid project.",
"main": "index.js",
"scripts": {
"lint": "npx fluid-lint-all --checks eslint.js,jsonlint",
"test": "ava",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-project/markdownlint-config-fluid.git"
},
"keywords": [
"markdownlint",
"fluid",
"fluid-project"
],
"author": "OCAD University <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fluid-project/markdownlint-config-fluid/issues"
},
"homepage": "https://github.com/fluid-project/markdownlint-config-fluid#readme",
"dependencies": {
"infusion": "4.8.0",
"markdownlint": "0.36.1"
},
"devDependencies": {
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"ava": "6.2.0",
"eslint-config-fluid": "2.1.3",
"husky": "9.1.7"
}
}