-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 KB
/
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
{
"name": "@truepic/remark-automatic-glossary-markup",
"version": "1.0.4",
"description": "A plugin to automatically add markup to glossary terms in markdown.",
"repository": "TRUEPIC/remark-automatic-glossary-markup",
"homepage": "https://github.com/TRUEPIC/remark-automatic-glossary-markup#readme",
"bugs": "https://github.com/TRUEPIC/remark-automatic-glossary-markup/issues",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "eslint .",
"release": "release-it",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"mdast-util-find-and-replace": "^3.0.1",
"remark": "^15.0.1",
"unist-builder": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.7.0",
"prettier": "3.2.5",
"release-it": "^17.2.1"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}