-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 935 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
{
"name": "rehype-imgload",
"version": "2.0.1",
"description": "rehype plugin to set loading property in image tags",
"scripts": {
"build": "bun tsc --project tsconfig.json"
},
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist/lib"
],
"keywords": [
"unified",
"rehype",
"rehype-plugin",
"img",
"image",
"loading"
],
"homepage": "https://github.com/plastic041/rehype-imgload",
"repository": {
"type": "git",
"url": "https://github.com/plastic041/rehype-imgload"
},
"author": "plastic041 <plastic041@gmail.com>",
"license": "MIT",
"dependencies": {
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/hast": "^3.0.1",
"@types/bun": "^1.1.6",
"rehype-parse": "^9.0.0",
"rehype-stringify": "^10.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"unified": "^11.0.5"
},
"type": "module"
}