-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 956 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
{
"name": "fastify-user-agent",
"version": "2.0.0",
"description": "User-agent information plugin for Fastify",
"main": "index.js",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "tap --show-full-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eomm/fastify-user-agent.git"
},
"keywords": [
"fastify",
"fastify-plugin",
"user-agent",
"useragent"
],
"author": "Manuel Spigolon <[email protected]> (https://github.com/Eomm)",
"funding": "https://github.com/Eomm/fastify-user-agent?sponsor=1",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eomm/fastify-user-agent/issues"
},
"homepage": "https://github.com/Eomm/fastify-user-agent#readme",
"dependencies": {
"fastify-plugin": "^5.0.0",
"useragent": "^2.3.0"
},
"devDependencies": {
"fastify": "^5.0.0",
"standard": "^17.1.0",
"tap": "^21.0.0"
}
}