{ "name": "fastify-microservice", "version": "1.0.0", "description": "", "main": "app.js", "directories": { "test": "test" }, "scripts": { "test": "tap test/**/*.test.js", "start": "fastify start -l info app.js", "dev": "fastify start -w -l info -P app.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "fastify": "^3.0.0", "fastify-plugin": "^3.0.0", "fastify-autoload": "^3.0.2", "fastify-cli": "^2.5.1" }, "devDependencies": { "tap": "^14.0.0" } }