forked from mcollina/fastify-asyncforge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "fastify-asyncforge",
"version": "0.5.0",
"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 <[email protected]>",
"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"
}