forked from traPtitech/markdown-it-spoiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 849 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
{
"name": "@traptitech/markdown-it-spoiler",
"version": "1.1.6",
"description": "!!spoiler!! plugin for markdown-it markdown parser",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/traPtitech/markdown-it-spoiler.git"
},
"keywords": [
"markdown-it",
"markdown-it-plugin",
"markdown"
],
"author": "sapphi-red <[email protected]> (https://github.com/sapphi-red)",
"license": "MIT",
"bugs": {
"url": "https://github.com/traPtitech/markdown-it-spoiler/issues"
},
"homepage": "https://github.com/traPtitech/markdown-it-spoiler#readme",
"dependencies": {},
"devDependencies": {
"@types/markdown-it": "*",
"jest": "^27.0.3",
"markdown-it": "^12.0.0",
"markdown-it-testgen": "^0.1.6"
}
}