-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 983 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
45
{
"name": "plusauth-docs",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"lint-staged": {
"*.{md,mdx}": "eslint"
},
"devDependencies": {
"eslint": "^9.9.1",
"eslint-plugin-mdx": "^3.1.5",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"remark-cli": "^12.0.1",
"remark-directive": "^3.0.0",
"remark-frontmatter": "^5.0.0",
"remark-lint-list-item-indent": "^4.0.0",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0"
},
"remarkConfig": {
"settings": {
"bullet": "*"
},
"plugins": [
[
"remark-frontmatter",
[
"yaml"
]
],
"remark-directive",
"remark-preset-lint-consistent",
"remark-preset-lint-recommended"
]
}
}