-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 977 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
{
"name": "markdown-it-link-attributes",
"version": "4.0.1",
"description": "A markdown-it plugin to configure the attributes for links",
"main": "index.js",
"scripts": {
"prebuild": "prettier --write .",
"lint": "eslint",
"pretest": "npm run lint",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crookedneighbor/markdown-it-link-attributes"
},
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin"
],
"author": "Blade Barringer <blade@crookedneighbor.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crookedneighbor/markdown-it-link-attributes"
},
"homepage": "https://github.com/crookedneighbor/markdown-it-link-attributes",
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.7.0",
"markdown-it": "latest",
"prettier": "^3.0.3"
},
"eslint": {
"ignore": [
"dist/"
]
}
}