-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 689 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 689 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
{
"author": "Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
"bugs": "https://github.com/syntax-tree/mdast/issues",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
"Eugene Sharygin <eush77@gmail.com>"
],
"description": "markdown abstract syntax tree",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0"
},
"keywords": [],
"license": "MIT",
"private": true,
"remarkConfig": {
"plugins": [
"remark-preset-wooorm"
]
},
"repository": "syntax-tree/mdast",
"scripts": {
"format": "remark --frail --output --quiet -- .",
"test": "npm run format"
},
"version": "0.0.0"
}