Skip to content

Commit ca24232

Browse files
committed
Refactor package.json
1 parent 3ecd875 commit ca24232

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "nlcst",
3-
"private": true,
4-
"version": "0.0.0",
5-
"description": "natural language concrete syntax tree",
6-
"license": "MIT",
7-
"keywords": [],
8-
"repository": "syntax-tree/nlcst",
9-
"bugs": "https://github.com/syntax-tree/nlcst/issues",
102
"author": "Titus Wormer <[email protected]> (wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/nlcst/issues",
114
"contributors": [
12-
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
13-
"Eugene Sharygin <eush77@gmail.com>"
5+
"Eugene Sharygin <eush77@gmail.com>",
6+
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
147
],
8+
"description": "natural language concrete syntax tree",
159
"devDependencies": {
1610
"remark-cli": "^12.0.0",
1711
"remark-preset-wooorm": "^10.0.0"
1812
},
19-
"scripts": {
20-
"format": "remark . -qfo",
21-
"test": "npm run format"
22-
},
13+
"keywords": [],
14+
"license": "MIT",
15+
"name": "nlcst",
16+
"private": true,
2317
"remarkConfig": {
2418
"plugins": [
2519
"remark-preset-wooorm"
2620
]
27-
}
21+
},
22+
"repository": "syntax-tree/nlcst",
23+
"scripts": {
24+
"format": "remark . -qfo",
25+
"test": "npm run format"
26+
},
27+
"version": "0.0.0"
2828
}

0 commit comments

Comments
 (0)