-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 940 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
39
40
41
42
43
{
"name": "remark-file-attachment",
"version": "1.0.4",
"description": "Remark plugin to embed files in markdown, as more than just a link.",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"author": "Marcus Raevmann Brown",
"homepage": "https://github.com/Healios/remark-file-attachment",
"repository": {
"type": "git",
"url": "https://github.com/Healios/remark-file-attachment.git"
},
"bugs": {
"url": "https://github.com/Healios/remark-file-attachment/issues"
},
"license": "MIT",
"keywords": [
"remark",
"markdown",
"wcag",
"a11y",
"accessability",
"attachment",
"attachments",
"file",
"files"
],
"dependencies": {
"unist-util-visit": "1.4.0"
},
"devDependencies": {
"jest": "^27.0.4",
"remark": "^13.0.0",
"rollup": "^2.52.1",
"rollup-plugin-copy": "^3.4.0"
},
"files": [
"dist"
]
}