@fastify/express
Version:
Express compatibility layer for Fastify
92 lines (91 loc) • 2.09 kB
JSON
{
"name": "@fastify/express",
"version": "4.0.2",
"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": "tap",
"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",
"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": "^1.15.0",
"simple-get": "^4.0.1",
"tap": "^21.0.0",
"tsd": "^0.31.0"
},
"dependencies": {
"express": "^4.18.3",
"fastify-plugin": "^5.0.0"
},
"tsd": {
"directory": "test/types"
},
"publishConfig": {
"access": "public"
},
"tap": {
"disable-coverage": true
}
}