-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 845 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
{
"name": "remark-terms",
"version": "2.1.2",
"description": "Add customizable parsing to wrap text in span elements",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"files": [
"src/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Nevenall/remark-terms.git"
},
"keywords": [
"unified",
"remark",
"markdown"
],
"author": "Dan 'Nevenall' Behlings",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nevenall/remark-terms/issues"
},
"homepage": "https://github.com/Nevenall/remark-terms#readme",
"devDependencies": {
"mocha": "^10.2.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"to-vfile": "^6.1.0",
"unified": "^9.2.0",
"vfile-reporter": "^6.0.1"
},
"dependencies": {}
}