{
	"name": "mypackage",
	"description": "no description for this package yet",
	"version": "0.1.0",
	"type": "module",
	"scripts": {
		"start": "fastify start --options index.js",
		"test": "node --test test/test-*.js",
		"dev": "fastify start -l info -P --options index.js"
	},
	"directories": {
		"test": "test"
	},
	"dependencies": {
		"fastify-plugin": ""
	},
	"devDependencies": {
		"fastify": "",
		"fastify-cli": ""
	}
}
