UNPKG

@fastify/express

Version:

Express compatibility layer for Fastify

88 lines (87 loc) 2.04 kB
{ "name": "@fastify/express", "version": "4.0.4", "description": "Express compatibility layer for Fastify", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 --100 --reporter html node --test", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-express.git" }, "keywords": [ "fastify", "express", "middlewares", "use", "compatibility" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "James Sumners", "url": "https://james.sumners.info" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-express/issues" }, "homepage": "https://github.com/fastify/fastify-express#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/formbody": "^8.0.0", "@types/express": "^5.0.0", "@types/node": "*", "body-parser": "^1.20.2", "c8": "^10.1.3", "cors": "^2.8.5", "eslint": "^9.17.0", "fastify": "^5.0.0", "helmet": "^8.0.0", "neostandard": "^0.12.0", "passport": "^0.7.0", "passport-http-bearer": "^1.0.1", "serve-static": "^2.2.0", "tsd": "^0.33.0" }, "dependencies": { "express": "^4.18.3", "fastify-plugin": "^5.0.0" }, "tsd": { "directory": "test/types" }, "publishConfig": { "access": "public" } }