UNPKG

fast-controllers

Version:

class based controllers, and implied folder route mapping for Fastify

44 lines (43 loc) 1.29 kB
{ "name": "fast-controllers", "version": "6.0.0", "description": "class based controllers, and implied folder route mapping for Fastify", "author": { "name": "Greg Foster (gvfoster)" }, "main": "./index.js", "exports": { ".": "./index.js", "./FastController": "./FastController.js", "./SecureFastController": "./SecureFastController.js", "./fastControllers": "./fastControllers.js", "./errors/*": "./errors/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/gvfoster/fast-controllers.git" }, "keywords": [ "Fastify", "Controllers" ], "license": "ISC", "bugs": { "url": "https://github.com/gvfoster/fast-controllers/issues" }, "homepage": "https://github.com/gvfoster/fast-controllers#readme", "scripts": { "build-debug": "echo Building....", "test": "tsc -p tsconfig.tests.json && node --test build/tests/**/*.test.js", "run-example": "ts-node examples/index.ts" }, "peerDependencies": { "fastify": "^5.8.5" }, "devDependencies": { "@fastify/swagger": "^9.8.1", "fastify": "5.8.5", "ts-node": "^10.9.2", "typescript": "^6.0.3" } }