UNPKG

fastify-override

Version:

Fastify plugin to override decorators, plugins and hooks

49 lines (48 loc) 1.14 kB
{ "name": "fastify-override", "version": "2.0.0", "description": "Fastify plugin to override decorators, plugins and hooks", "main": "index.js", "types": "index.d.ts", "type": "commonjs", "scripts": { "test:unit": "tap test/**/*.test.{ts,js,mjs}", "test:typescript": "tsd", "test": "npm run test:unit && npm run test:typescript", "lint": "standard", "lint:fix": "standard --fix" }, "keywords": [ "fastify", "plugin", "fastify-plugin", "testing", "override", "mock", "spy", "intercept", "encapsulation", "context" ], "author": "Matthias J. Keckl <matthyk.dev@gmail.com>", "license": "MIT", "homepage": "https://github.com/matthyk/fastify-override#readme", "repository": { "type": "git", "url": "git+https://github.com/matthyk/fastify-override.git" }, "dependencies": { "fastify-plugin": "^5.0.1" }, "devDependencies": { "@fastify/autoload": "^6.0.3", "@types/node": "^22.7.4", "fastify": "^5.2.1", "standard": "^17.1.0", "tap": "^21.0.1", "tsd": "^0.31.0" }, "tsd": { "directory": "test/types" } }