-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
34 lines (34 loc) · 880 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
{
"name": "markdown-it-multimd-table",
"version": "4.2.3",
"description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"multimarkdown",
"table"
],
"repository": "redbug312/markdown-it-multimd-table",
"author": "redbug312",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "make test"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"coveralls": "^3.0.4",
"eslint": "^8.6.0",
"markdown-it": "^12.3.2",
"markdown-it-testgen": "^0.1.3",
"mocha": "^9.1.4",
"nyc": "^15.1.0",
"rollup": "^2.29.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2"
}
}