-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 1.03 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
{
"name": "@theholocron/markdownlint-config",
"homepage": "https://github.com/the-holocron/threepio/tree/master/packages/markdownlint-config#readme",
"description": "A MarkdownLint configuration for writing well-formatted documentation within the Galaxy.",
"author": "Newton Koumantzelis",
"version": "0.1.8",
"main": "index.js",
"files": [
"markdownlintrc.json",
"index.js"
],
"repository": "https://github.com/the-holocron/threepio.git",
"bugs": "https://github.com/the-holocron/threepio/issues",
"releases": "https://github.com/the-holocron/threepio/releases",
"wiki": "https://github.com/the-holocron/threepio/wiki",
"license": "GPL-3.0",
"eslintConfig": {
"extends": "@theholocron"
},
"jest": {
"preset": "@theholocron/jest-preset"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint .",
"test": "jest --coverage"
},
"dependencies": {
"markdownlint-cli": "^0.22.0"
},
"devDependencies": {
"@theholocron/eslint-config": "file:../eslint-config"
}
}