-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 722 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 722 Bytes
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
{
"name": "markdown-it-embed-github",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.12.3",
"description": "markdown-it plugin for embedding github source links",
"author": "ubugeeei",
"license": "MIT",
"keywords": [
"markdown",
"markdown-it",
"plugin",
"embed",
"github"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^4.0.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.7.5",
"eslint": "^10.0.0",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"node-html-parser": "^7.0.0",
"typescript": "^5.6.3",
"xmlhttprequest": "^1.8.0"
}
}