fastify-asyncforge
Version:
helpers to get fastify request/reply and app
39 lines (38 loc) • 934 B
JSON
{
"name": "fastify-asyncforge",
"version": "0.5.1",
"description": "helpers to get fastify request/reply and app",
"main": "index.js",
"scripts": {
"test": "standard && borp && tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fastify-asyncforge.git"
},
"keywords": [
"fastify",
"asynclocalstorage",
"request",
"reply"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/fastify-asyncforge/issues"
},
"homepage": "https://github.com/mcollina/fastify-asyncforge#readme",
"devDependencies": {
"@matteo.collina/tspl": "^0.1.1",
"@types/node": "^20.12.7",
"borp": "^0.11.0",
"fastify": "^4.26.2",
"standard": "^17.1.0",
"tsd": "^0.31.0"
},
"dependencies": {
"asyncforge": "^0.5.0",
"fastify-plugin": "^4.5.1"
},
"types": "index.d.ts"
}