-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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
31
32
33
{
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/syntax-tree/.github",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"description": "Community health files",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-frontmatter": "^5.0.0",
"remark-preset-wooorm": "^10.0.0"
},
"keywords": [],
"license": "CC-BY-4.0",
"name": "github",
"private": true,
"remarkConfig": {
"plugins": [
"remark-frontmatter",
"remark-preset-wooorm",
[
"remark-lint-first-heading-level",
false
]
]
},
"repository": "syntax-tree/.github",
"scripts": {
"format": "remark --frail --quiet --output -- .",
"test": "npm run format"
},
"version": "0.0.0"
}