forked from freesewing/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 884 Bytes
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": "markdown",
"version": "1.0.0",
"description": "Markdown repository for FreeSewing",
"main": "index.js",
"scripts": {
"send:test": "node scripts/send-test-newsletter.js",
"send:real": "node scripts/send-real-newsletter.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freesewing/markdown.git"
},
"author": "joost@joost.at",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/markdown/issues"
},
"homepage": "https://github.com/freesewing/markdown#readme",
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"mustache": "^4.2.0",
"nodemailer": "^6.5.0",
"rehype-format": "^3.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"unified": "^9.2.1"
}
}