-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 907 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": "rehype-partials",
"version": "1.0.6",
"description": "Partials support for rehype",
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "xo --fix",
"test": "tap -Rspec --cov tests/index.js",
"report": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrzmmr/rehype-partials.git"
},
"keywords": [
"rehype",
"unified",
"html",
"partials",
"templates"
],
"author": "Paul Zimmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrzmmr/rehype-partials/issues"
},
"homepage": "https://github.com/mrzmmr/rehype-partials#readme",
"dependencies": {
"rehype-parse": "^7.0.1",
"unified": "^9.2.1"
},
"devDependencies": {
"coveralls": "^3.1.0",
"rehype": "^11.0.0",
"rehype-format": "^3.1.0",
"tap": "^15.0.6",
"xo": "^0.39.1"
}
}