-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "remark-merge-data",
"version": "1.0.12",
"license": "MIT",
"author": "Andreas Opferkuch <[email protected]>",
"repository": "s-h-a-d-o-w/remark-merge-data",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"lint": "eslint .",
"test": "vitest",
"prepack": "rimraf dist && tsc -p tsconfig.prod.json",
"prepare": "husky"
},
"dependencies": {
"@types/mdast": "^4.0.4",
"lodash-es": "^4.17.21",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@types/eslint__js": "^8.42.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.4",
"concurrently": "^9.1.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^15.15.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.1",
"remark": "^15.0.1",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vitest": "^3.0.6"
},
"keywords": [
"remark",
"remark-plugin",
"plugin",
"unified"
],
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}