forked from brussell98/discord-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 826 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
{
"name": "discord-markdown-fix",
"version": "2.5.7",
"description": "✨A markdown parser with the same rules as Discord",
"keywords": [
"discord",
"markdown",
"parser",
"md"
],
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/srgobi/discord-markdown-fix.git",
"author": "SrGobi",
"contributors": [
"Iron7III"
],
"license": "MIT",
"private": false,
"scripts": {
"test": "jest --verbose",
"lint": "eslint .",
"rollup": "rollup -c"
},
"dependencies": {
"highlight.js": "^11.10.0",
"simple-markdown": "^0.7.3"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"rollup": "^4.19.1"
}
}