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