Files
utd-singularity/package.json
T
Glitch (hello-express) 1231e6f4ac 🛋🚨 Checkpoint
./package.json:617503/2479
./server.js:617503/2250
2020-10-23 19:11:21 +00:00

26 lines
510 B
JSON

{
"name": "hello-fastify",
"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": {
"express": "^4.17.1",
"fastify": "^3.5.1",
"fastify-static": "^3.2.1"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}