-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.42 KB
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
{
"name": "markdown-transform-html",
"version": "1.7.9",
"description": "markdown-plus is a Markdown to HTML plug-in written in TypeScript that not only supports common conversions of Markdown syntax, but also extends multi-column layouts and icon syntax.(markdown-plus是一款基于TypeScript编写的Markdown转HTML插件,它不仅支持Markdown语法的常见转换,还扩展了多列布局和图标语法.)",
"main": "index.ts",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "rollup -c",
"test": "vite",
"push": "sh ./.shell/push.sh"
},
"keywords": [
"markdown-parser",
"markdown-transform",
"markdown-html",
"code-line-number",
"highlight",
"syntax-high"
],
"author": "coderlei <coderleilei@163.com> (https://github.com/acmenlei)",
"license": "MIT",
"repository": "git@github.com:Acmenlei/markdown-plus.git",
"bugs": {
"url": "https://github.com/acmenlei/markdown-plus/issues"
},
"packageManager": "pnpm@6.30.1",
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/node": "^18.11.4",
"eslint": "^8.26.0",
"rollup": "^3.2.3",
"rollup-plugin-postcss": "^4.0.2",
"@types/prismjs": "^1.26.0",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^4.2.1"
}
}