-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 852 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
{
"name": "hello-node",
"version": "0.0.1",
"description": "A simple Node app built on fastify, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"fastify": "^3.14.1",
"fastify-formbody": "^5.0.0",
"fastify-static": "^4.0.0",
"handlebars": "^4.7.7",
"point-of-view": "^4.14.0",
"markdown-it": "^12.1.0",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-emoji": "^2.0.0",
"markdown-it-anchor": "^8.1.2",
"markdown-it-deflist": "^2.1.0",
"got": "^11.8.2",
"markdown-it-attrs": "^4.0.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}