-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1.03 KB
/
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
{
"name": "azure-durable-functions-node-blog-engine",
"version": "1.0.0",
"description": "This is a static file generator that demonstrates how to build a blob storage processing pipeline with durable functions",
"main": "index.js",
"dependencies": {
"durable-functions": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"gray-matter": "^4.0.2",
"remarkable": "^2.0.0",
"moment": "^2.24.0",
"mustache": "^4.0.0",
"textile-js": "^2.0.4",
"highlight.js": "^11.0.1",
"dompurify": "^3.0.1",
"azure-storage": "^2.10.3",
"mime-types": "^2.1.24"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rcarmo/azure-durable-functions-node-blog-engine.git"
},
"author": "Rui Carmo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rcarmo/azure-durable-functions-node-blog-engine/issues"
},
"homepage": "https://github.com/rcarmo/azure-durable-functions-node-blog-engine#readme"
}