-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 920 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 920 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
33
{
"name": "glitch-hello-node",
"version": "0.1.0",
"description": "A simple Node app built on Fastify, instantly up and running. Built to be remixed on Glitch.com.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"fastify": "^4.21.0",
"handlebars": "^4.7.8",
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^6.10.2",
"@fastify/view": "^8.0.0",
"@fastify/cors": "^8.0.0",
"node-fetch": "^3.3.1",
"axios": "^1.0.0",
"node-cmd": "^5.0.0",
"body-parser": "^1.20.2"
},
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}