25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": "12.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/glitch-hello-node"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"glitch",
|
|
"express"
|
|
],
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"body-parser": "^1.19.0"
|
|
}
|
|
} |