26 lines
510 B
JSON
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"
|
|
]
|
|
} |