{ "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" }, "dependencies": { "fastify": "^3.25.3", "fastify-formbody": "^5.2.0", "fastify-static": "^4.5.0", "handlebars": "^4.7.7", "point-of-view": "^5.0.0", "nextcloud-node-client": "^1.8.2", "fastify-multipart": "^5.2.1", "uuid": "^8.3.2", "moment": "^2.29.1", "moment-timezone": "^0.5.34" }, "engines": { "node": "12.x" }, "repository": { "url": "https://glitch.com/edit/#!/glitch-hello-node" }, "license": "MIT", "keywords": [ "node", "glitch", "express" ] }