{ "name": "fastify-plugin", "version": "4.4.0", "description": "Plugin helper for Fastify", "main": "plugin.js", "types": "types/plugin.d.ts", "scripts": { "lint": "standard", "test": "npm run test:unit && npm run test:typescript", "test:unit": "tap", "test:typescript": "tsd" }, "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": { "@fastify/type-provider-typebox": "^2.3.0", "@types/node": "^18.0.0", "fastify": "^4.0.1", "proxyquire": "^2.1.3", "standard": "^17.0.0", "tap": "^16.0.1", "tsd": "^0.24.1" } }