Files
utd-singularity/package.json
T
Glitch (glitch-hello-node) d7e0624330 📚🏤 Checkpoint
./server.js:1954897/588
./package.json:1954897/938
2021-11-14 05:02:45 +00:00

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"
}
}