{
  "name": "fastify-plugin",
  "version": "2.2.0",
  "description": "Plugin helper for Fastify",
  "main": "plugin.js",
  "types": "plugin.d.ts",
  "scripts": {
    "typescript": "tsd",
    "test": "standard && tap test/*.js && npm run typescript"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-plugin.git"
  },
  "keywords": [
    "plugin",
    "helper",
    "fastify"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-plugin/issues"
  },
  "homepage": "https://github.com/fastify/fastify-plugin#readme",
  "devDependencies": {
    "@types/node": "^13.13.2",
    "fastify": "^3.0.1",
    "proxyquire": "^2.1.3",
    "standard": "^14.0.0",
    "tap": "^14.10.7",
    "tsd": "^0.11.0",
    "typescript": "^3.8.2"
  },
  "dependencies": {
    "semver": "^7.3.2"
  }
}
