UNPKG

913 BJSONView Raw
1{
2 "name": "fastify-plugin",
3 "version": "2.0.3",
4 "description": "Plugin helper for Fastify",
5 "main": "plugin.js",
6 "types": "plugin.d.ts",
7 "scripts": {
8 "typescript": "tsd",
9 "test": "standard && tap test/*.js && npm run typescript"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/fastify/fastify-plugin.git"
14 },
15 "keywords": [
16 "plugin",
17 "helper",
18 "fastify"
19 ],
20 "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/fastify/fastify-plugin/issues"
24 },
25 "homepage": "https://github.com/fastify/fastify-plugin#readme",
26 "devDependencies": {
27 "@types/node": "^13.13.2",
28 "fastify": "^3.0.1",
29 "proxyquire": "^2.1.3",
30 "standard": "^14.0.0",
31 "tap": "^14.10.7",
32 "tsd": "^0.11.0",
33 "typescript": "^3.8.2"
34 },
35 "dependencies": {
36 "semver": "^7.3.2"
37 }
38}