{ "name": "@fastify/express", "version": "4.0.1", "description": "Express compatibility layer for Fastify", "main": "index.js", "type": "commonjs", "types": "types/index.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-express.git" }, "keywords": [ "fastify", "express", "middlewares", "use", "compatibility" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-express/issues" }, "homepage": "https://github.com/fastify/fastify-express#readme", "devDependencies": { "@fastify/formbody": "^8.0.0", "@types/express": "^4.17.21", "@types/node": "*", "body-parser": "^1.20.2", "cors": "^2.8.5", "fastify": "^5.0.0", "helmet": "^7.1.0", "passport": "^0.7.0", "passport-http-bearer": "^1.0.1", "serve-static": "^1.15.0", "simple-get": "^4.0.1", "standard": "^17.1.0", "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 } }